Skip to content

Commit

Permalink
[cicd] echo %PATH% for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 193d123 commit 3ef4dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
pip install .
- name: Test with pytest
run: |
echo %PATH%
pytest
env:
PGUSER: postgres
Expand Down

0 comments on commit 3ef4dec

Please sign in to comment.