Skip to content

Commit df33cf5

Browse files
committed
ci: try using tox-uv
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6972464 commit df33cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
- name: Setup python for tox
6969
uses: actions/setup-python@v5
7070
with:
71-
python-version: 3.9
71+
python-version: 3.12
7272

7373
- name: Install tox
74-
run: python -m pip install tox
74+
run: python -m pip install tox tox-uv uv
7575

7676
- name: Run test suite via tox
7777
if: matrix.tox-target == 'tox'

0 commit comments

Comments
 (0)