Skip to content

Commit 67e9844

Browse files
See if newer asv works with newer conda
1 parent e5af9ae commit 67e9844

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/asv_check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.9'
2727

2828
- name: Install asv
29-
run: pip install asv==0.4.2
29+
run: pip install asv==0.6.4
3030

3131
# asv 0.4.2 (and more recent versions as well) creates conda envs
3232
# using the --force option, which was removed in conda 24.3.
@@ -35,11 +35,11 @@ jobs:
3535
# To prevent that, we install an older version.
3636
# TODO: remove this when we eventually upgrade our asv version.
3737
# 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
42-
python-version: 3.9
38+
# - name: Install Conda
39+
# uses: conda-incubator/setup-miniconda@v3
40+
# with:
41+
# # conda-version: 24.1.2
42+
# python-version: 3.9
4343

4444
- name: Run asv benchmarks
4545
run: |

0 commit comments

Comments
 (0)