Skip to content

Commit 1dfaebe

Browse files
committed
Remove dependency to speed up tests
1 parent d93ecd7 commit 1dfaebe

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
@@ -85,7 +85,7 @@ jobs:
8585
key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
8686

8787
- name: Install dependencies (including fractal-tasks extra)
88-
run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
88+
run: poetry install --with dev --without docs --no-interaction
8989

9090
- name: Check if manifest has changed
9191
run: |

0 commit comments

Comments
 (0)