Skip to content

Commit eed082b

Browse files
Update build.yml disabling Poetry parallel install
1 parent 427fd87 commit eed082b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
virtualenvs-create: true
4141
virtualenvs-in-project: true
42-
installer-parallel: true # default option selected currently
42+
installer-parallel: false # default option selected currently
4343
# Load cached environment, if it exists
4444
- name: Load cached poetry environment
4545
id: cached-poetry-dependencies

0 commit comments

Comments
 (0)