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 a764463 commit be63b28Copy full SHA for be63b28
.github/workflows/benchmarks_run.yml
@@ -76,9 +76,8 @@ jobs:
76
with:
77
fetch-depth: 0
78
79
- - name: Install Nox
80
- run: |
81
- pip install nox!=2025.05.01
+ - name: Install run dependencies
+ run: pip install asv nox!=2025.05.01
82
83
- name: Cache environment directories
84
id: cache-env-dir
.github/workflows/benchmarks_validate.yml
@@ -31,9 +31,8 @@ jobs:
31
32
33
34
35
36
37
38
39
0 commit comments