Skip to content

Commit

Permalink
Switch to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 31, 2024
1 parent 49e952b commit 7ad8a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Build package
run: |
python -m pip install -r requirements-dev.txt
python -m pip install -U pip
python -m pip install uv
make build
Expand Down

0 comments on commit 7ad8a2a

Please sign in to comment.