Skip to content

Commit 66b9305

Browse files
committed
Try differently
1 parent a9bdf07 commit 66b9305

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install tox
2424
run: |
25-
uv pip install --system tox tox-uv
25+
uv pip install tox tox-uv
2626
2727
- name: Run benchmarks with CodSpeed
2828
uses: CodSpeedHQ/action@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install tox
1919
run: |
20-
uv pip install --system tox tox-uv
20+
uv pip install tox tox-uv
2121
2222
- name: Run code quality tests with tox
2323
run: tox

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install tox and plugins
3434
run: |
35-
uv pip install --system tox tox-gh-actions tox-uv
35+
uv pip install tox tox-gh-actions tox-uv
3636
3737
- name: Run unit tests with tox
3838
run: tox
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install tox and plugins (with Python 3.13)
6262
run: |
63-
uv pip install --system tox tox-gh-actions tox-uv
63+
uv pip install tox tox-gh-actions tox-uv
6464
6565
- name: Run unit tests with tox for target
6666
shell: bash

0 commit comments

Comments
 (0)