File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,14 @@ jobs:
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
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
36
39
37
40
- 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
41
42
42
43
- name : Run tox targets for ${{ matrix.python-version }}
43
44
run : tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
61
62
with :
62
63
python-version : ' 3.12'
63
64
65
+ - name : Install uv
66
+ uses : astral-sh/setup-uv@v1
67
+
64
68
- name : Install dependencies
65
- run : python -m pip install --upgrade coverage[toml]
69
+ run : uv pip install --system coverage[toml]
66
70
67
71
- name : Download data
68
72
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments