Skip to content

Commit

Permalink
Use uv to install packages for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 committed Apr 9, 2024
1 parent cf69cfc commit 83a9590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
cache-dependency-path: setup.py
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install numpy packaging
python -m pip install -e '.[dev,ovito]'
pip install uv
uv pip install numpy packaging --system
uv pip install -e '.[dev,ovito]' --system
# Fix ImportError: libEGL.so.1: ...
- if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 83a9590

Please sign in to comment.