File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,14 @@ jobs:
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 allow-prereleases : true
34- cache : pip
35- cache-dependency-path : ' requirements/*.txt'
34+
35+ - name : Install uv
36+ uses : astral-sh/setup-uv@v1
37+ with :
38+ enable-cache : true
3639
3740 - name : Install dependencies
38- run : |
39- python -m pip install --upgrade pip setuptools wheel
40- python -m pip install --upgrade 'tox>=4.0.0rc3'
41+ run : uv pip install --system tox tox-uv
4142
4243 - name : Run tox targets for ${{ matrix.python-version }}
4344 run : tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
6162 with :
6263 python-version : ' 3.12'
6364
65+ - name : Install uv
66+ uses : astral-sh/setup-uv@v1
67+
6468 - name : Install dependencies
65- run : python -m pip install --upgrade coverage[toml]
69+ run : uv pip install --system coverage[toml]
6670
6771 - name : Download data
6872 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments