Skip to content

Commit 0dccdfc

Browse files
Switch from pip to uv, during tox (#324)
Significantly speeds up CI. Does not require contributors to use uv directly, outside of tox.
1 parent 1d40c76 commit 0dccdfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
check-latest: true
4242
- name: Install Python requirements
4343
run: |
44-
pip install --upgrade tox
44+
pip install --upgrade tox tox-uv
4545
- name: Test
4646
run: tox
4747
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ testing = [
5555
"ruff",
5656
"syrupy",
5757
"tox",
58+
"tox-uv",
5859
"types-filelock",
5960
"types-requests",
6061
]

0 commit comments

Comments
 (0)