We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac38a5 commit a1bfdc5Copy full SHA for a1bfdc5
.github/workflows/python-package-conda.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
source $CONDA/etc/profile.d/conda.sh
42
conda activate env_hydrodiy
43
- pytest --cov=hydrodiy --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html hydrodiy
+ pytest --cov=hydrodiy --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html src/hydrodiy
44
45
- name: Upload pytest test results
46
uses: actions/upload-artifact@v3
0 commit comments