Skip to content

Commit

Permalink
Update Poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 4, 2024
1 parent a7f947f commit 1f92bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-22.04
env:
working-directory: ./
poetry-version: "1.8.2"
strategy:
fail-fast: false
matrix:
Expand All @@ -28,6 +29,7 @@ jobs:
uses: bakdata/ci-templates/actions/python-setup-poetry@1.45.1
with:
python-version: ${{ matrix.python-version }}
poetry-version: ${{ env.poetry-version }}
working-directory: ${{ env.working-directory }}

- name: Install dependencies
Expand Down

0 comments on commit 1f92bc4

Please sign in to comment.