Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 27, 2023
1 parent cbc2440 commit 7ace51b
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 @@ -39,7 +39,7 @@ jobs:
make install -j
- name: convert notebooks to python
env:
PYTHONPATH: "$HOME/.local/lib/python3.8/site-packages/"
PYTHONPATH: "$/home/runner/.local/lib/python3.8/site-packages/"
runfolder: "notebook_run"
run: |
mkdir "$runfolder"
Expand All @@ -50,7 +50,7 @@ jobs:
done
- name: run all python scripts
env:
PYTHONPATH: "$HOME/.local/lib/python3.8/site-packages/"
PYTHONPATH: "$/home/runner/.local/lib/python3.8/site-packages/"
runfolder: "notebook_run"
run: |
cd "$runfolder"
Expand Down

0 comments on commit 7ace51b

Please sign in to comment.