There was an error while loading. Please reload this page.
1 parent 248d343 commit 9d52405Copy full SHA for 9d52405
1 file changed
.github/workflows/deploy.yml
@@ -122,7 +122,7 @@ jobs:
122
requests-version: [latest]
123
exclude:
124
- os: windows-latest
125
- python-version: 'pypy3.9'
+ python-version: 'pypy3.9-7.3.12'
126
# TODO: Could this be less verbose? Maybe a dynamic matrix? Also, env isn't supported here.
127
include:
128
- python-version: '3.11'
@@ -185,6 +185,7 @@ jobs:
185
poetry add requests@${{ matrix.requests-version }} --lock
186
poetry lock --check
187
poetry lock --no-update
188
+ poetry config installer.max-workers 1
189
poetry install -v -E all
190
191
# Run tests
0 commit comments