Skip to content

Commit 038b3ea

Browse files
committed
Do not install extra in coverage GHA step
1 parent 04df68d commit 038b3ea

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
@@ -131,7 +131,7 @@ jobs:
131131
python-version: "3.10"
132132

133133
- name: Install dependencies
134-
run: poetry install --with dev -E fractal-tasks
134+
run: poetry install --with dev
135135

136136
- name: Download data
137137
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)