File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
run : |
58
58
sudo apt update
59
59
sudo apt install -y --no-install-recommends graphviz
60
+ - name : Install the latest version of uv
61
+ uses : astral-sh/setup-uv@v4
60
62
- name : Set up Python ${{ matrix.python-version }}
61
63
uses : actions/setup-python@v5
62
64
with :
@@ -65,14 +67,12 @@ jobs:
65
67
run : python -c "import sys; print(sys.version)"
66
68
- name : Install tox
67
69
run : |
68
- python -m pip install --upgrade pip
69
- python -m pip install tox tox-gh-actions
70
+ uv tool install --with=tox-uv --with=tox-gh-actions tox
70
71
- name : Show tox config
71
72
run : tox c
72
73
- name : Run tox
73
74
run : tox -v --exit-and-dump-after 1200
74
75
- uses : codecov/codecov-action@v5
75
76
with :
76
- file : coverage.xml
77
77
token : ${{ secrets.CODECOV_TOKEN }}
78
78
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments