Skip to content

Commit

Permalink
Install pybullet for physics simulation tests
Browse files Browse the repository at this point in the history
- Add pybullet installation to GitHub Actions workflow
- Ensure pybullet is available for running physics-related tests
  • Loading branch information
beduffy committed Feb 15, 2025
1 parent 30ad968 commit 5265007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
pip install pytest pytest-cov coverage-badge mypy flake8 black isort pre-commit
# Install pybullet for physics simulation tests
pip install pybullet
# Create symlink to ensure pytest is in PATH
sudo ln -s $(which pytest) /usr/local/bin/pytest
Expand Down

0 comments on commit 5265007

Please sign in to comment.