We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bc798 commit 76e9d36Copy full SHA for 76e9d36
.github/workflows/ci-cd.yaml
@@ -70,7 +70,7 @@ jobs:
70
python -c "import pydra as m; print(f\"{m.__name__} {getattr(m, '__version__', 'no version')} @ {m.__file__}\")"
71
- name: Test with pytest
72
run: |
73
- pytest -sv --doctest-modules pydra/workers/oar \
+ pytest -sv tests \
74
--cov pydra.workers.oar --cov-report xml
75
- uses: codecov/codecov-action@v3
76
if: ${{ always() }}
0 commit comments