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 fb3f0e6 commit 78a8893Copy full SHA for 78a8893
.github/workflows/ci_poetry.yml
@@ -36,6 +36,8 @@ jobs:
36
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
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
38
39
+ - run: cat file.txt
40
+
41
- run: grep cellpose file.txt
42
43
- name: Upload coverage data
0 commit comments