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 9fb2eb3 commit 136046aCopy full SHA for 136046a
.github/workflows/asv_check.yml
@@ -26,19 +26,7 @@ jobs:
26
python-version: '3.9'
27
28
- name: Install asv
29
- run: pip install asv==0.4.2
30
-
31
- # asv 0.4.2 (and more recent versions as well) creates conda envs
32
- # using the --force option, which was removed in conda 24.3.
33
- # Since ubuntu-latest now comes with conda 24.3 pre-installed,
34
- # using the system's conda will result in error.
35
- # To prevent that, we install an older version.
36
- # TODO: remove this when we eventually upgrade our asv version.
37
- # https://github.com/airspeed-velocity/asv/issues/1396
38
- - name: Install Conda
39
- uses: conda-incubator/setup-miniconda@v3
40
- with:
41
- conda-version: 24.1.2
+ run: pip install asv==0.6.4
42
43
- name: Run asv benchmarks
44
run: |
0 commit comments