Skip to content

Commit

Permalink
fix-notebookrun: update notebooks run command to resolve TimeSeriesED…
Browse files Browse the repository at this point in the history
…F notebook error
  • Loading branch information
915-Misan-Teodora committed Jul 31, 2024
1 parent c0ccb06 commit ecffbbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
python -m pip install nbformat nbconvert
- name: Run notebooks
run: python ./dev/notebook_runner.py notebooks
run: |
cd notebooks
python ../dev/notebook_runner.py .

0 comments on commit ecffbbf

Please sign in to comment.