Skip to content

Commit

Permalink
Workaround for poetry issue #7611
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Nov 19, 2023
1 parent 248d343 commit 9d52405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
requests-version: [latest]
exclude:
- os: windows-latest
python-version: 'pypy3.9'
python-version: 'pypy3.9-7.3.12'
# TODO: Could this be less verbose? Maybe a dynamic matrix? Also, env isn't supported here.
include:
- python-version: '3.11'
Expand Down Expand Up @@ -185,6 +185,7 @@ jobs:
poetry add requests@${{ matrix.requests-version }} --lock
poetry lock --check
poetry lock --no-update
poetry config installer.max-workers 1
poetry install -v -E all
# Run tests
Expand Down

0 comments on commit 9d52405

Please sign in to comment.