From 0b021510e622f2319daeea0ea8211bcf6f839b61 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 4 Oct 2021 09:53:25 +0000 Subject: [PATCH] #271: Update version of Poetry used - Hopefully this will fix the `'Link' object has no attribute 'is_absolute'` error seen on GitHub Actions when installing the API's dependencies --- .github/workflows/ci-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 31db6e8e..7a1db0b7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -75,7 +75,7 @@ jobs: - name: Install Nox run: pip install nox==2020.8.22 - name: Install Poetry - run: pip install poetry==1.1.4 + run: pip install poetry==1.1.9 - name: Install dependencies run: poetry install @@ -105,7 +105,7 @@ jobs: - name: Install Nox run: pip install nox==2020.8.22 - name: Install Poetry - run: pip install poetry==1.1.4 + run: pip install poetry==1.1.9 - name: Run Nox lint session run: nox -s lint @@ -125,7 +125,7 @@ jobs: - name: Install Nox run: pip install nox==2020.8.22 - name: Install Poetry - run: pip install poetry==1.1.4 + run: pip install poetry==1.1.9 - name: Run Nox black session run: nox -s black @@ -145,7 +145,7 @@ jobs: - name: Install Nox run: pip install nox==2020.8.22 - name: Install Poetry - run: pip install poetry==1.1.4 + run: pip install poetry==1.1.9 - name: Run Nox safety session run: nox -s safety @@ -206,7 +206,7 @@ jobs: - name: Create config.json run: cp datagateway_api/config.json.example datagateway_api/config.json - name: Install Poetry - run: pip install poetry==1.1.4 + run: pip install poetry==1.1.9 - name: Install dependencies run: poetry install