We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce31f1 commit fb3f0e6Copy full SHA for fb3f0e6
.github/workflows/ci_poetry.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Test tasks with pytest
35
env:
36
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
+ 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
38
39
- run: grep cellpose file.txt
40
0 commit comments