We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebbdf5 commit e7856f3Copy full SHA for e7856f3
1 file changed
.github/workflows/reusable-pytest.yml
@@ -68,10 +68,10 @@ jobs:
68
- name: Setup python for tox
69
uses: actions/setup-python@v5
70
with:
71
- python-version: 3.9
+ python-version: 3.12
72
73
- name: Install tox
74
- run: python -m pip install tox
+ run: python -m pip install tox tox-uv uv
75
76
- name: Run test suite via tox
77
if: matrix.tox-target == 'tox'
0 commit comments