Skip to content

Commit

Permalink
Remove forced mujoco version from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 24, 2024
1 parent a8967c6 commit 3321167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
linux-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand All @@ -21,7 +21,6 @@ jobs:
- name: Install dependencies
run: |
pip install pytest
pip install mujoco==2.3.2
git clone https://github.com/benelot/pybullet-gym.git
pip install -e pybullet-gym
sudo apt-get update
Expand Down

0 comments on commit 3321167

Please sign in to comment.