Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed May 17, 2024
1 parent 55064b4 commit 1d3c6a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/asv_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: Checkout repository, set upstream
uses: actions/checkout@v3
run: |
git remote add upstream ${{ github.repository }}"
git fetch upstream

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -44,6 +41,8 @@ jobs:
# extracting the regex, see https://stackoverflow.com/a/36798723
REGEX=$(echo "$COMMENT" | sed -n "s/^.*-b\s*\(\S*\).*$/\1/p")
asv check -E existing
git remote add upstream ${{ github.repository }}"
git fetch upstream
asv machine --yes
asv continuous -f 1.1 -b $REGEX upstream/main HEAD
echo 'BENCH_OUTPUT<<EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit 1d3c6a0

Please sign in to comment.