Skip to content

Commit 65f3326

Browse files
pipligginsBradyPlanden
authored andcommitted
fix: instruct uv to install into system for CI (#5288)
1 parent 0c92f94 commit 65f3326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
enable-cache: true
4141

4242
- name: Install python dependencies
43-
run: uv pip install asv[virtualenv]
43+
run: uv pip install --system asv
4444

4545
- name: Fetch base branch
4646
run: |

.github/workflows/periodic_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
enable-cache: true
4949

5050
- name: Install python dependencies
51-
run: uv pip install asv[virtualenv]
51+
run: uv pip install --system asv
5252

5353
- name: Run benchmarks
5454
run: |

0 commit comments

Comments
 (0)