Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent 511ba14 commit 02c660c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
- name: Downgrade conda
run: conda install conda=24.1
shell: bash

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


run: |
ls -la
cat pyproject.toml
pip install .
shell: bash
- name: Run ASV benchmarks
run: |
asv machine --yes
Expand Down

0 comments on commit 02c660c

Please sign in to comment.