We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c92f94 commit 65f3326Copy full SHA for 65f3326
.github/workflows/benchmark_on_push.yml
@@ -40,7 +40,7 @@ jobs:
40
enable-cache: true
41
42
- name: Install python dependencies
43
- run: uv pip install asv[virtualenv]
+ run: uv pip install --system asv
44
45
- name: Fetch base branch
46
run: |
.github/workflows/periodic_benchmarks.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
- name: Run benchmarks
54
0 commit comments