Skip to content

Commit

Permalink
Call formatter with installed asv version
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Oct 31, 2023
1 parent 8110f9f commit 26cf4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will run benchmarks with airspeed velocity (asv) for pull requests.
# It will compare the performance of the main branch with the performance of the merge
# with the new changes and publish a comment with this assessment.
# with the new changes and publish a comment with this assessment.

name: Run ASV benchmarks for PR

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
git fetch upstream
asv continuous upstream/main HEAD --verbose || true
asv compare upstream/main HEAD --sort ratio --verbose | tee output
python -m lf_asv_formatter
python -m lf_asv_formatter --asv_version "$(echo asv --version)"
printf "\n\nClick [here]($STEP_URL) to view all benchmarks." >> output
env:
STEP_URL: "${{ steps.jobs.outputs.html_url }}#step:8:1"
Expand Down

0 comments on commit 26cf4bb

Please sign in to comment.