Skip to content

Commit

Permalink
#271: Update version of Poetry used
Browse files Browse the repository at this point in the history
- Hopefully this will fix the `'Link' object has no attribute 'is_absolute'` error seen on GitHub Actions when installing the API's dependencies
  • Loading branch information
MRichards99 committed Oct 4, 2021
1 parent 621df10 commit 0b02151
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0b02151

Please sign in to comment.