Skip to content

Commit 73d58e8

Browse files
committed
V4.0.1
1 parent 01e26f0 commit 73d58e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
virtualenvs-create: true
3131
virtualenvs-in-project: true
32+
installer-parallel: true
33+
34+
- name: Add Poetry to PATH
35+
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
3236

3337
- name: Install dependencies
3438
run: poetry install --with test --no-interaction --no-ansi
@@ -63,6 +67,10 @@ jobs:
6367
with:
6468
virtualenvs-create: true
6569
virtualenvs-in-project: true
70+
installer-parallel: true
71+
72+
- name: Add Poetry to PATH
73+
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
6674

6775
- name: Install build dependencies only
6876
run: poetry install --only main --no-interaction --no-ansi

0 commit comments

Comments
 (0)