Skip to content

Commit a1bfdc5

Browse files
committed
chore: fixed pipeline
1 parent eac38a5 commit a1bfdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
source $CONDA/etc/profile.d/conda.sh
4242
conda activate env_hydrodiy
43-
pytest --cov=hydrodiy --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html hydrodiy
43+
pytest --cov=hydrodiy --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html src/hydrodiy
4444
4545
- name: Upload pytest test results
4646
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)