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 33
33
- name : Install tox
34
34
id : install-tox
35
35
run : |
36
- uv pip install tox tox-uv
36
+ uv pip install --system tox tox-uv
37
37
38
38
- name : Run benchmarks with CodSpeed
39
39
id : run-benchmarks
Original file line number Diff line number Diff line change 27
27
- name : Install tox
28
28
id : install-tox
29
29
run : |
30
- uv pip install tox tox-uv
30
+ uv pip install --system tox tox-uv
31
31
32
32
- name : Run code quality tests with tox
33
33
id : lint
Original file line number Diff line number Diff line change 31
31
- name : Install tox and plugins
32
32
id : install-tox
33
33
run : |
34
- uv pip install tox tox-uv tox-gh-actions
34
+ uv pip install --system tox tox-uv tox-gh-actions
35
35
36
36
- name : Run unit tests with tox
37
37
id : test
65
65
- name : Install tox and plugins
66
66
id : install-tox
67
67
run : |
68
- uv pip install tox tox-uv tox-gh-actions
68
+ uv pip install --system tox tox-uv tox-gh-actions
69
69
70
70
- name : Set up target Python ${{ matrix.python-version }}
71
71
id : setup-target-python
You can’t perform that action at this time.
0 commit comments