Skip to content

Commit

Permalink
Fix error in asv config filename
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Jul 28, 2023
1 parent aca95d5 commit bdb0c55
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ main ]

env:
ASV_CONFIG: benchmarks/asv.config.json
ASV_CONFIG: benchmarks/asv.conf.json

jobs:
install-python:
Expand Down Expand Up @@ -37,12 +37,7 @@ jobs:
pip install .
pip install .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Change to benchmarks directory
run: cd benchmarks/
- name: Run benchmarks with asv
run: |
pwd
ls
asv run --config $ASV_CONFIG -v
run: asv run --config $ASV_CONFIG -v
- name: Publish results to GH-pages
run: asv gh-pages --config $ASV_CONFIG -v

0 comments on commit bdb0c55

Please sign in to comment.