Skip to content

Commit

Permalink
fix cp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause committed Sep 15, 2024
1 parent 64152e1 commit b149083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Run tutorial
run: |
pip install -U jupyter nbconvert
cp ../tutorials/sparse_gp_tutorial.ipynb tutorial.ipynb
cp tutorials/sparse_gp_tutorial.ipynb tutorial.ipynb
jupyter nbconvert --to script tutorial.ipynb
sed -i '/^get_ipython()/s/^/# /' tutorial.py
sed -i '/^plt/s/^/# /' tutorial.py
Expand Down

0 comments on commit b149083

Please sign in to comment.