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 0081cdc commit f0cc8a6Copy full SHA for f0cc8a6
.github/workflows/testsingularity.yml
@@ -70,6 +70,6 @@ jobs:
70
71
72
- name: Pytest
73
- run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py
+ run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py pydra/engine/tests/test_environments.py
74
- name: Upload to codecov
75
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW
0 commit comments