Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Jun 17, 2024
1 parent 38c3f57 commit 74d739b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
python -m pip install pytest
- name: Test with pytest
shell: bash
run: |
pwd
echo ${PYTHONPATH}
python -c "\
import sys, epr, numpy as np;\
print('PyEPR: %s' % epr.__version__);\
Expand Down Expand Up @@ -105,7 +108,10 @@ jobs:
python -m pip install pytest
- name: Test with pytest
shell: bash
run: |
pwd
echo ${PYTHONPATH}
python -c "\
import sys, epr, numpy as np;\
print('PyEPR: %s' % epr.__version__);\
Expand Down

0 comments on commit 74d739b

Please sign in to comment.