Skip to content

Commit dce31f1

Browse files
committed
grep
1 parent e8895ab commit dce31f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
- name: Test tasks with pytest
3535
env:
3636
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
37+
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
3840

3941
- name: Upload coverage data
4042
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)