Skip to content

Commit fb3f0e6

Browse files
committed
fix gha
1 parent dce31f1 commit fb3f0e6

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Test tasks with pytest
3535
env:
3636
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
37-
run: tests/dev/test_create_schema_for_single_task.py::test_create_schema_for_single_task_usage_1 -s >>file.txt 2>&1
37+
run: poetry run coverage run --debug=config,trace,pathmap -m pytest tests/dev/test_create_schema_for_single_task.py::test_create_schema_for_single_task_usage_1 -s >>file.txt 2>&1
3838

3939
- run: grep cellpose file.txt
4040

0 commit comments

Comments
 (0)