Skip to content

Commit

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

0 comments on commit 5a9357d

Please sign in to comment.