Skip to content

Commit

Permalink
fix asv
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 30, 2024
1 parent f5264b2 commit d54fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git remote add upstream https://github.com/xorbitsai/xorbits.git
git fetch upstream
asv machine --yes
asv continuous -f 1.1 --strict --show-stderr upstream/main HEAD
asv continuous -f 1.1 --show-stderr upstream/main HEAD
if: ${{ steps.build.outcome == 'success' }}

- name: Publish benchmarks artifact
Expand Down

0 comments on commit d54fa77

Please sign in to comment.