Skip to content

Commit d5185c5

Browse files
committed
Add matplotlib
1 parent cb258db commit d5185c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/colab.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
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:

0 commit comments

Comments
 (0)