Skip to content

Commit

Permalink
asv
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 21, 2024
1 parent b8fa3da commit 15c243e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/asv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0

- name: Set up conda python3.10
- name: Set up conda python3.11
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
Expand All @@ -45,10 +45,13 @@ jobs:
run: |
unset CI
cd asv
echo "----asv check"
asv check -E existing
git remote add upstream https://github.com/xorbitsai/xorbits.git
git fetch upstream
echo "----asv machine"
asv machine --yes
echo "----asv continuous"
asv continuous -f 1.1 --show-stderr upstream/main HEAD
if: ${{ steps.build.outcome == 'success' }}

Expand Down

0 comments on commit 15c243e

Please sign in to comment.