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 42a7ae6 commit 44922b1Copy full SHA for 44922b1
.github/workflows/ci_poetry.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Configure poetry
35
run: poetry config virtualenvs.in-project true
36
37
+ - name: Configure python version for poetry
38
+ run: poetry env use python${{ matrix.python-version }}
39
+
40
- name: Install dependencies (without extras)
41
run: poetry install --with dev --without docs --no-interaction
42
@@ -74,6 +77,9 @@ jobs:
74
77
75
78
76
79
80
81
82
83
- name: Install dependencies (including fractal-tasks extra)
84
run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
85
0 commit comments