Skip to content

Commit 069aaca

Browse files
committed
Remove installing matplotlib from workflow
1 parent d5185c5 commit 069aaca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/colab.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ 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
5756
- name: Execute notebook
5857
run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
5958
- name: Upload colab results

0 commit comments

Comments
 (0)