Skip to content

Commit

Permalink
removing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Aug 19, 2024
1 parent 65368d9 commit c76a542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Execute the tutorial notebooks
run: |
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=900 docs/source/tutorials/*.ipynb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=None docs/source/tutorials/*.ipynb
- name: Execute the snippet notebooks
run: |
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=900 snippets/*.ipynb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=None snippets/*.ipynb
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c76a542

Please sign in to comment.