Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Apr 24, 2024
1 parent 8108b13 commit 764adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install -U sphinx
python -m pip install .
python -m pip install git+https://github.com/rlberry-py/rlberry[torch,extras]
python -m pip install rlberry[torch,extras]@git+https://github.com/rlberry-py/rlberry
python -m pip install -r docs/requirements.txt
- name: Sphinx build
run: |
Expand Down

0 comments on commit 764adea

Please sign in to comment.