Skip to content

Commit bd9408f

Browse files
authored
Adds uv to tox (#1216)
1 parent 79ca7d9 commit bd9408f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
5353
- name: Install dependencies
5454
run: |
55-
python -m pip install --upgrade pip
56-
pip install tox==4.26.0
55+
python -m pip install uv
56+
uv tool install tox==4.26.0 --with tox-uv
5757
5858
- name: Run tox
5959
run: tox

0 commit comments

Comments
 (0)