Skip to content

Commit

Permalink
Switch from pip to uv, during tox (#324)
Browse files Browse the repository at this point in the history
Significantly speeds up CI. Does not require contributors to use uv directly, outside of tox.
  • Loading branch information
john-kurkowski committed Jun 15, 2024
1 parent 1d40c76 commit 0dccdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
check-latest: true
- name: Install Python requirements
run: |
pip install --upgrade tox
pip install --upgrade tox tox-uv
- name: Test
run: tox
env:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ testing = [
"ruff",
"syrupy",
"tox",
"tox-uv",
"types-filelock",
"types-requests",
]
Expand Down

0 comments on commit 0dccdfc

Please sign in to comment.