Skip to content

Commit

Permalink
chore: fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Dec 6, 2024
1 parent eac38a5 commit a1bfdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate env_hydrodiy
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
- name: Upload pytest test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a1bfdc5

Please sign in to comment.