Skip to content

Commit

Permalink
.github/workflows/run_benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent fa3f26d commit 3008994
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
shell: bash
- name: Install package with pip
run: |
ls -la
cat pyproject.toml
pip install .
tree -L 2
cat setup.py
pip install asv
shell: bash
- name: Install ASV
run: |
asv machine --yes
asv run --show-stderr --show-stdout --quick HEAD^!
shell: bash
- name: Run ASV benchmarks
run: |
Expand Down

0 comments on commit 3008994

Please sign in to comment.