Skip to content

Commit

Permalink
Use uv for build
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 24, 2024
1 parent ddc38de commit 6dec2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Build and install
run: |
python -m pip install --upgrade pip setuptools
python -m pip install .[yaml,test]
python -m pip install --upgrade pip setuptools uv
uv pip install --system .[yaml,test]
- name: Run tests
run: pytest -r a -v
Expand Down

0 comments on commit 6dec2ca

Please sign in to comment.