Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Nov 28, 2023
1 parent fe3dc0f commit bb160bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install gymnasium
pip install -e .[all]
# HACK: To remove when Gymnasium 1.0.0 is released
pip install git+https://github.com/Farama-Foundation/Gymnasium/tree/main
pip install git+https://github.com/Farama-Foundation/Gymnasium.git
- name: Full Python tests
env:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:/home/runner/.mujoco/mujoco-2.3.0/bin
Expand Down

0 comments on commit bb160bb

Please sign in to comment.