Skip to content

Commit

Permalink
Try to use uv for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 24, 2024
1 parent 167a189 commit b65be99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pytest
pip install uv
uv pip install pytest
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
pip install -e .[all]
uv pip install -e .[all]
- name: Full Python tests
run: |
pytest tests/test_envs.py
Expand Down

0 comments on commit b65be99

Please sign in to comment.