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 26c4572 commit 61e14a0Copy full SHA for 61e14a0
.github/workflows/testsingularity.yml
@@ -61,6 +61,6 @@ jobs:
61
62
63
- name: Pytest
64
- run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra
+ run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py
65
- name: Upload to codecov
66
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW
0 commit comments