Skip to content

Commit

Permalink
benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent 2dd79ef commit 15b7248
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.11"
miniconda-version: "py311_24.4.0"
miniconda-version: "latest"
- name: Show conda version
run: conda --version
shell: bash
- name: Downgrade conda
run: conda install conda=24.1
shell: bash

- name: Install package with pip
run: pip install -e .
run: pip install .


- name: Run ASV benchmarks
Expand Down

0 comments on commit 15b7248

Please sign in to comment.