Skip to content

Commit

Permalink
fix notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelab committed Feb 4, 2024
1 parent cad4f16 commit 95cd9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
make install -j
- name: convert notebooks to python
env:
PYTHONPATH: ["/home/runner/.local/lib/python3.10/site-packages/", "/home/runner/.local/"]
PYTHONPATH: "/home/runner/.local/"
runfolder: "/home/runner/notebook_run"
run: |
mkdir "$runfolder"
Expand All @@ -58,7 +58,7 @@ jobs:
done
- name: run all python scripts
env:
PYTHONPATH: ["/home/runner/.local/lib/python3.10/site-packages/", "/home/runner/.local/"]
PYTHONPATH: "/home/runner/.local/"
runfolder: "/home/runner/notebook_run"
run: |
cp doc/pages/example_notebooks/galactic_lensing/crpropa_output.txt "$runfolder"/
Expand Down

0 comments on commit 95cd9fa

Please sign in to comment.