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.
-E fractal-tasks
1 parent bcfd088 commit 6e20352Copy full SHA for 6e20352
.github/workflows/ci_poetry.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: ${{ matrix.python-version }}
31
32
- - run: poetry install --with dev --without docs --no-interaction # -E fractal-tasks
+ - run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
33
34
- name: Test tasks with pytest
35
env:
0 commit comments