Skip to content

Commit

Permalink
add printings
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 26, 2023
1 parent 626bfe0 commit a49e2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
runfolder: "notebook_run"
run: |
cd "$runfolder"
python -c "import sys.path; print(path)"
python -c "from crpropa import *"
for file in ./*.py; do
if [ -f "$file" ]; then
python3 "$file"
Expand Down

0 comments on commit a49e2b3

Please sign in to comment.