Skip to content

Commit

Permalink
Debugging - file name typo (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Oct 29, 2022
1 parent bc9bda1 commit ef78f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
- name: Test notebook
run: |
cd docs && runpynb examples
cd docs && runpynb example.ipynb

0 comments on commit ef78f73

Please sign in to comment.