We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbcee6 commit 3e02039Copy full SHA for 3e02039
.github/actions/setup/action.yml
@@ -19,5 +19,7 @@ runs:
19
cache: "poetry"
20
21
- name: Install dependencies
22
- run: poetry install
+ run: |
23
+ poetry config installer.max-workers 1
24
+ poetry install
25
shell: bash
0 commit comments