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 @@ -52,13 +52,14 @@ jobs:
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
allow-prereleases : true
55
- cache : pip
56
- cache-dependency-path : ' requirements/*.txt'
55
+
56
+ - name : Install uv
57
+ uses : astral-sh/setup-uv@v1
58
+ with :
59
+ enable-cache : true
57
60
58
61
- name : Install dependencies
59
- run : |
60
- python -m pip install --upgrade pip setuptools wheel
61
- python -m pip install --upgrade 'tox>=4.0.0rc3'
62
+ run : uv pip install --system tox tox-uv
62
63
63
64
- name : Install percona-toolkit
64
65
run : |
94
95
with :
95
96
python-version : ' 3.12'
96
97
98
+ - name : Install uv
99
+ uses : astral-sh/setup-uv@v1
100
+
97
101
- name : Install dependencies
98
- run : python -m pip install --upgrade coverage[toml]
102
+ run : uv pip install --system coverage[toml]
99
103
100
104
- name : Download data
101
105
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments