File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Install tox
24
24
run : |
25
- uv pip install --system tox tox-uv
25
+ uv pip install tox tox-uv
26
26
27
27
- name : Run benchmarks with CodSpeed
28
28
uses : CodSpeedHQ/action@v4
Original file line number Diff line number Diff line change 17
17
18
18
- name : Install tox
19
19
run : |
20
- uv pip install --system tox tox-uv
20
+ uv pip install tox tox-uv
21
21
22
22
- name : Run code quality tests with tox
23
23
run : tox
Original file line number Diff line number Diff line change 32
32
33
33
- name : Install tox and plugins
34
34
run : |
35
- uv pip install --system tox tox-gh-actions tox-uv
35
+ uv pip install tox tox-gh-actions tox-uv
36
36
37
37
- name : Run unit tests with tox
38
38
run : tox
60
60
61
61
- name : Install tox and plugins (with Python 3.13)
62
62
run : |
63
- uv pip install --system tox tox-gh-actions tox-uv
63
+ uv pip install tox tox-gh-actions tox-uv
64
64
65
65
- name : Run unit tests with tox for target
66
66
shell : bash
You can’t perform that action at this time.
0 commit comments