Skip to content

Commit

Permalink
fix conda for asv
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Apr 24, 2024
1 parent 174a599 commit 710734f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ jobs:
python-version: ["3.10"]

steps:
- name: "pin conda"
- name: "init conda"
run: |
conda init
- name: "pin conda"
run: |
conda activate
conda install --yes conda<24.3
Expand Down

0 comments on commit 710734f

Please sign in to comment.