Skip to content

Commit e7856f3

Browse files
committed
ci: try using tox-uv
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4ebbdf5 commit e7856f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)