diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94004be..9a8b21e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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