Skip to content

Commit

Permalink
remove other unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 24, 2024
1 parent d613304 commit 167a189
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- name: Install dependencies
run: |
pip install pytest
git clone https://github.com/benelot/pybullet-gym.git
pip install -e pybullet-gym
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
pip install gymnasium
pip install -e .[all]
- name: Full Python tests
run: |
Expand Down

0 comments on commit 167a189

Please sign in to comment.