We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48d4a2 commit bf39b06Copy full SHA for bf39b06
.github/workflows/colab.yml
@@ -54,7 +54,7 @@ jobs:
54
python -m pip install --progress-bar=off -e ./ml-agents
55
python -m pip install --progress-bar=off -r colab_requirements.txt
56
- name: Execute notebook
57
- run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --ExecutePreprocessor.timeout=120 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
+ run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --ExecutePreprocessor.timeout=300 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
58
- name: Upload colab results
59
uses: actions/upload-artifact@v4
60
with:
0 commit comments