We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e26f0 commit 73d58e8Copy full SHA for 73d58e8
.github/workflows/workflow.yml
@@ -29,6 +29,10 @@ jobs:
29
with:
30
virtualenvs-create: true
31
virtualenvs-in-project: true
32
+ installer-parallel: true
33
+
34
+ - name: Add Poetry to PATH
35
+ run: echo "$HOME/.local/bin" >> $GITHUB_PATH
36
37
- name: Install dependencies
38
run: poetry install --with test --no-interaction --no-ansi
@@ -63,6 +67,10 @@ jobs:
63
67
64
68
65
69
70
71
72
73
66
74
75
- name: Install build dependencies only
76
run: poetry install --only main --no-interaction --no-ansi
0 commit comments