Skip to content

Commit

Permalink
show current pathes in action
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 26, 2023
1 parent e92f74a commit 9293bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
env:
PYTHONPATH: "$HOME/.local/lib/python3.8/site-packages/"
run: |
python -c "from sys import path; for p in path: print(p)"
python -c "import crpropa"
export runfolder="notebook_run"
mkdir "$runfolder"
Expand Down

0 comments on commit 9293bc6

Please sign in to comment.