Skip to content

Commit dc0fb2a

Browse files
committed
ci: install tox-uv to speed up tox runs
1 parent f773911 commit dc0fb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install Dependencies
2222
run: |
23-
pip install tox wheel setuptools pre-commit
23+
pip install tox tox-uv wheel setuptools pre-commit
2424
- name: Run lint
2525
run: >-
2626
pre-commit run -a

0 commit comments

Comments
 (0)