Skip to content

Commit

Permalink
ci: use uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Aug 28, 2024
1 parent 1d10ce9 commit fa0301b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:

- name: Install Python dependencies
run: |
pip install -r requirements.lock
pip install -r requirements-dev.lock
pip install -r uv.lock
- name: Run pytest
run: pytest
Expand Down

0 comments on commit fa0301b

Please sign in to comment.