Skip to content

Commit

Permalink
correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 30, 2024
1 parent ec9575d commit 96d5421
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 12 # Adjust Python version as needed

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

- name: Install benchmark dependencies
run: pip install asv

- name: Run ASV benchmarks
run: asv run HASHFILE:hashestobenchmark.txt

Expand Down

0 comments on commit 96d5421

Please sign in to comment.