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 e89d4b2 commit 180ac93Copy full SHA for 180ac93
.github/workflows/benchmark.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python: ["3.12"]
+ python: ["3.13"]
24
os: [ubuntu-latest]
25
26
env:
@@ -59,4 +59,6 @@ jobs:
59
60
- name: Quick benchmark run
61
working-directory: ${{ env.ASV_DIR }}
62
+ env:
63
+ PIP_CONSTRAINT: "./constraints.txt"
64
run: asv run --dry-run --quick --show-stderr --verbose HEAD^!
benchmarks/constraints.txt
@@ -0,0 +1 @@
1
+numpy>=2
0 commit comments