File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
cache-dependency-glob : |
31
31
**/setup.py
32
32
**/requirements*.txt
33
- - run : uv pip install --upgrade setuptools pip tox virtualenv
33
+ - run : uv tool install tox --with tox-uv
34
34
# Run tox only for the installed py version on the runner as outlined in the python matrix
35
35
# Ensures the correct py version is installed and tested as opposed to 'tox' which attempts to run for all py versions in tox.ini
36
36
- run : uv run tox -e py
Original file line number Diff line number Diff line change 25
25
cache-dependency-glob : |
26
26
**/setup.py
27
27
**/requirements*.txt
28
- - run : uv pip install --upgrade setuptools pip tox virtualenv
28
+ - run : uv tool install tox --with tox-uv
29
29
# Run tox only for the installed py version on the runner as outlined in the python matrix
30
30
# Ensures the correct py version is installed and tested as opposed to 'tox' which attempts to run for all py versions in tox.ini
31
31
- run : uv run tox -e py
You can’t perform that action at this time.
0 commit comments