Skip to content

Commit

Permalink
Add matplotlib to the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 20, 2024
1 parent 56b8c59 commit fb2dc0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Install Gymnasium
run: pip install .[box2d,mujoco,jax] torch
run: pip install .[box2d,mujoco,jax] torch matplotlib

- name: Build Envs Docs
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Install Gymnasium
run: pip install .[box2d,mujoco,jax] torch
run: pip install .[box2d,mujoco,jax] torch matplotlib

- name: Build Envs Docs
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Install Gymnasium
run: pip install .[box2d,mujoco,jax] torch
run: pip install .[box2d,mujoco,jax] torch matplotlib

- name: Build Envs Docs
run: python docs/_scripts/gen_mds.py && python docs/_scripts/gen_envs_display.py
Expand Down

0 comments on commit fb2dc0e

Please sign in to comment.