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 e8895ab commit dce31f1Copy full SHA for dce31f1
.github/workflows/ci_poetry.yml
@@ -34,7 +34,9 @@ jobs:
34
- name: Test tasks with pytest
35
env:
36
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
37
- run: poetry run coverage run --debug=config,trace,pathmap -m pytest tests/dev --ignore tests/tasks
+ run: 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
41
- name: Upload coverage data
42
uses: actions/upload-artifact@v4
0 commit comments