Skip to content

Commit

Permalink
Use uv installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Mar 14, 2024
1 parent eafdddf commit 07aa1c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install uv
uv pip install --system -r requirements.txt
uv pip install --system pytest pytest-xdist pytest-openfiles pytest-cov
- name: Build and install
run: |
python -m pip install --no-deps -v -e .
uv pip install --system --no-deps -v -e .
pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07aa1c4

Please sign in to comment.