File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5353 python -m pip install --progress-bar=off -e ./ml-agents-envs
5454 python -m pip install --progress-bar=off -e ./ml-agents
5555 python -m pip install --progress-bar=off -r colab_requirements.txt
56+ python -m pip install matplotlib
5657 - name : Execute notebook
57- run : |
58- python -m pip install asyncio
59- jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
58+ run : jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
6059 - name : Upload colab results
6160 uses : actions/upload-artifact@v4
6261 with :
You can’t perform that action at this time.
0 commit comments