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 f16343e commit 4164e93Copy full SHA for 4164e93
.github/workflows/ci-cd.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Install pydra (test)
134
run: pip install -e ".[test]"
135
- name: Pytest
136
- run: pytest -vs --import-mode=importlib --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py pydra/engine/tests/test_environments.py --rootdir pydra
+ run: pytest -vs --import-mode=importlib --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/environments/tests/test_singularity.py pydra/environments/tests/test_environments.py --rootdir pydra
137
- name: Upload coverage to Codecov
138
uses: codecov/codecov-action@v2
139
with:
0 commit comments