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 bb160bb commit ca4861c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
pip install mujoco==2.3.3
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
wget https://github.com/google-deepmind/mujoco/releases/download/2.3.0/mujoco-2.3.0-linux-x86_64.tar.gz
wget https://github.com/google-deepmind/mujoco/releases/download/2.3.3/mujoco-2.3.3-linux-x86_64.tar.gz
mkdir $HOME/.mujoco
tar -xzf mujoco-2.3.0-linux-x86_64.tar.gz -C $HOME/.mujoco
tar -xzf mujoco-2.3.3-linux-x86_64.tar.gz -C $HOME/.mujoco
export
pip install gymnasium
pip install -e .[all]
# pip install gymnasium
# HACK: To remove when Gymnasium 1.0.0 is released
pip install git+https://github.com/Farama-Foundation/Gymnasium.git
pip install -e .[all]
- name: Full Python tests
env:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:/home/runner/.mujoco/mujoco-2.3.0/bin
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:/home/runner/.mujoco/mujoco-2.3.3/bin
run: |
pytest test

0 comments on commit ca4861c

Please sign in to comment.