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 d93ecd7 commit 1dfaebeCopy full SHA for 1dfaebe
.github/workflows/ci_poetry.yml
@@ -85,7 +85,7 @@ jobs:
85
key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
86
87
- name: Install dependencies (including fractal-tasks extra)
88
- run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
+ run: poetry install --with dev --without docs --no-interaction
89
90
- name: Check if manifest has changed
91
run: |
0 commit comments