Skip to content

Commit 6fe8ace

Browse files
committed
rm mujoco installation
1 parent f6f5e08 commit 6fe8ace

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/gh-test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\
28-
- name: Install mujoco
29-
run: |
30-
wget -q https://www.roboti.us/download/mujoco200_linux.zip
31-
mkdir ~/.mujoco
32-
unzip -j mujoco200_linux.zip -d ~/.mujoco/mujoco200
33-
pip install mujoco-py
3428
- name: Lint with flake8
3529
run: |
3630
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)