Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tashi-2004 authored Sep 17, 2024
1 parent f6ad491 commit 620d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run Jupyter Notebook
run: |
jupyter nbconvert --to notebook --execute code.ipynb --output executed_notebook.ipynb
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=-1 code.ipynb --output executed_notebook.ipynb
- name: Upload Results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 620d500

Please sign in to comment.