Skip to content

Commit 180ac93

Browse files
committed
try constraints
1 parent e89d4b2 commit 180ac93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ["3.12"]
23+
python: ["3.13"]
2424
os: [ubuntu-latest]
2525

2626
env:
@@ -59,4 +59,6 @@ jobs:
5959

6060
- name: Quick benchmark run
6161
working-directory: ${{ env.ASV_DIR }}
62+
env:
63+
PIP_CONSTRAINT: "./constraints.txt"
6264
run: asv run --dry-run --quick --show-stderr --verbose HEAD^!

benchmarks/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
numpy>=2

0 commit comments

Comments
 (0)