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 8c1cc94 commit bff7014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/asv_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
pull-requests: write # Write access for pull requests

env:
TARGET_REPO: "https://github.com/lapp0/outlines.git"
PYTHON_VERSION: "3.10"
WORKING_DIR: ${{ github.workspace }}/benchmarks
ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
Expand Down Expand Up @@ -40,7 +41,7 @@ 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 ${{ vars.TARGET_REPO }}
git remote add upstream ${{ env.TARGET_REPO }}
git fetch upstream
asv machine --yes
asv continuous -f 1.1 -b $REGEX upstream/main HEAD
Expand Down

0 comments on commit bff7014

Please sign in to comment.