Skip to content

Commit

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

steps:
- name: "pin conda"
run: |
conda activate
conda install --yes conda<24.3
- name: "checkout"
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b183129

Please sign in to comment.