Skip to content

Commit 9d52405

Browse files
committed
Workaround for poetry issue #7611
1 parent 248d343 commit 9d52405

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
requests-version: [latest]
123123
exclude:
124124
- os: windows-latest
125-
python-version: 'pypy3.9'
125+
python-version: 'pypy3.9-7.3.12'
126126
# TODO: Could this be less verbose? Maybe a dynamic matrix? Also, env isn't supported here.
127127
include:
128128
- python-version: '3.11'
@@ -185,6 +185,7 @@ jobs:
185185
poetry add requests@${{ matrix.requests-version }} --lock
186186
poetry lock --check
187187
poetry lock --no-update
188+
poetry config installer.max-workers 1
188189
poetry install -v -E all
189190
190191
# Run tests

0 commit comments

Comments
 (0)