Skip to content

Commit

Permalink
CI: Add --system to uv pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored May 24, 2024
1 parent ba3631d commit 3fedd51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:
- run: pip install uv
- name: Install dependencies
run: |
uv pip install --upgrade pip
uv pip install .[dev,cov] ${{ matrix.pip-pre }}
uv pip install .[dev,cov] --system ${{ matrix.pip-pre }}
- name: Install MPI and mpi4py
if: matrix.test-mpi == true
run: |
sudo apt-get update
sudo apt-get install -y libopenmpi-dev
uv pip install mpi4py
uv pip install mpi4py --system
- name: Test with Pytest
timeout-minutes: 15
run:
Expand Down

0 comments on commit 3fedd51

Please sign in to comment.