Skip to content

Commit 6e20352

Browse files
committed
Revert "Remove -E fractal-tasks"
This reverts commit bcfd088.
1 parent bcfd088 commit 6e20352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- run: poetry install --with dev --without docs --no-interaction # -E fractal-tasks
32+
- run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
3333

3434
- name: Test tasks with pytest
3535
env:

0 commit comments

Comments
 (0)