Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 26, 2023
1 parent b54082e commit 5155ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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 "from sys import path; [print(p) for p in path]"
python -c "import crpropa"
export runfolder="notebook_run"
mkdir "$runfolder"
Expand Down

0 comments on commit 5155ef3

Please sign in to comment.