Skip to content

Commit

Permalink
ci: update workflow poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 2, 2024
1 parent 6fa89dc commit 716021b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install Poetry
run: python -m pip install 'poetry>=1.7.1,<1.8'
run: python -m pip install 'poetry>=1.8.2,<1.9'

- name: Set token
run: python -m poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
run: python -m pip install 'poetry>=1.7.1,<1.8'
run: python -m pip install 'poetry>=1.8.2,<1.9'
- name: Install dependencies
run: python -m poetry install --all-extras
- name: Test
Expand Down

0 comments on commit 716021b

Please sign in to comment.