Skip to content

Commit 2536a96

Browse files
committed
hm
1 parent 5593080 commit 2536a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
OS: ${{ matrix.os }}
2828
PYTHON: ${{ matrix.python }}
29-
ASV_DIR: "./benchmarks"
29+
ASV_DIR: "${{ github.workspace }}/benchmarks"
3030

3131
steps:
3232
- uses: actions/checkout@v4
@@ -60,5 +60,5 @@ jobs:
6060
- name: Quick benchmark run
6161
working-directory: ${{ env.ASV_DIR }}
6262
env:
63-
PIP_CONSTRAINT: "./constraints.txt"
63+
PIP_CONSTRAINT: "${{ env.ASV_DIR }}/constraints.txt"
6464
run: asv run --dry-run --quick --show-stderr --verbose HEAD^!

0 commit comments

Comments
 (0)