We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5593080 commit 2536a96Copy full SHA for 2536a96
.github/workflows/benchmark.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
OS: ${{ matrix.os }}
28
PYTHON: ${{ matrix.python }}
29
- ASV_DIR: "./benchmarks"
+ ASV_DIR: "${{ github.workspace }}/benchmarks"
30
31
steps:
32
- uses: actions/checkout@v4
@@ -60,5 +60,5 @@ jobs:
60
- name: Quick benchmark run
61
working-directory: ${{ env.ASV_DIR }}
62
63
- PIP_CONSTRAINT: "./constraints.txt"
+ PIP_CONSTRAINT: "${{ env.ASV_DIR }}/constraints.txt"
64
run: asv run --dry-run --quick --show-stderr --verbose HEAD^!
0 commit comments