Skip to content

Commit

Permalink
Update test_notebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Sep 19, 2023
1 parent 659185e commit 7f414d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
python -m pip install -U pip
python -m pip install -r .github/workflows/requirements.txt
- name: Execute the notebooks
- name: Execute the tutorial notebooks
run: |
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=900 docs/source/tutorials/*.ipynb
- name: Execute the snippet notebooks
run: |
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=900 snippets/*.ipynb
- uses: actions/upload-artifact@v2
with:
name: notebooks-for-${{ github.sha }}
Expand Down

0 comments on commit 7f414d3

Please sign in to comment.