Skip to content

Commit

Permalink
calling pythonpath and sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrauz authored and sdrauz committed Dec 13, 2023
1 parent c39e1bd commit 278e850
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ jobs:
- name: List all installed packages
run: |
pip list
- name: Get PYTHONPATH
run: |
echo $PYTHONPATH
- name: Get sys path
run: |
python -c "import sys; print(sys.path)"
- name: Test with pytest
run: |
python -m pytest --nbmake -n=auto "./tutorials"
Expand Down

0 comments on commit 278e850

Please sign in to comment.