We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f5e08 commit 6fe8aceCopy full SHA for 6fe8ace
.github/workflows/gh-test.yml
@@ -25,12 +25,6 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install flake8 pytest
27
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
34
- name: Lint with flake8
35
run: |
36
# stop the build if there are Python syntax errors or undefined names
0 commit comments