Skip to content

Commit

Permalink
Fix the docs for Gym wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 25, 2023
1 parent c539c65 commit ae17371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt install cmake git libboost-all-dev libsdl2-dev libopenal-dev

- name: Install ViZDoom
run: pip install .
run: pip install .[gym]

- name: Install docs dependencies
run: pip install -r docs/requirements.txt
Expand Down

0 comments on commit ae17371

Please sign in to comment.