Skip to content

Commit fb1b01d

Browse files
committed
Fix GHA
1 parent da48efb commit fb1b01d

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
@@ -145,7 +145,7 @@ jobs:
145145
# We added this step to replace the variable `MERGE_COVERAGE_FILES: true`
146146
# in the next step, which had started to raise errors
147147
# (https://github.com/fractal-analytics-platform/fractal-server/pull/1725).
148-
run: coverage combine coverage-data-*
148+
run: poetry run coverage combine coverage-data-*
149149

150150
- name: Add coverage comment to Pull Requests
151151
id: coverage_comment

0 commit comments

Comments
 (0)