Skip to content

Commit 3f43c5a

Browse files
committed
Try again
1 parent f9a9050 commit 3f43c5a

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install tox
3434
id: install-tox
3535
run: |
36-
uv pip install tox tox-uv
36+
uv pip install --system tox tox-uv
3737
3838
- name: Run benchmarks with CodSpeed
3939
id: run-benchmarks

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install tox
2828
id: install-tox
2929
run: |
30-
uv pip install tox tox-uv
30+
uv pip install --system tox tox-uv
3131
3232
- name: Run code quality tests with tox
3333
id: lint

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install tox and plugins
3232
id: install-tox
3333
run: |
34-
uv pip install tox tox-uv tox-gh-actions
34+
uv pip install --system tox tox-uv tox-gh-actions
3535
3636
- name: Run unit tests with tox
3737
id: test
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install tox and plugins
6666
id: install-tox
6767
run: |
68-
uv pip install tox tox-uv tox-gh-actions
68+
uv pip install --system tox tox-uv tox-gh-actions
6969
7070
- name: Set up target Python ${{ matrix.python-version }}
7171
id: setup-target-python

0 commit comments

Comments
 (0)