Skip to content

Commit 339242a

Browse files
committed
wat
1 parent 2536a96 commit 339242a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Configure ASV
5757
working-directory: ${{ env.ASV_DIR }}
58-
run: asv machine --yes
58+
run: asv machine --yes; cat "${{ env.ASV_DIR }}/constraints.txt"
5959

6060
- name: Quick benchmark run
6161
working-directory: ${{ env.ASV_DIR }}

benchmarks/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy>=2
22
scipy>=1.16
3+
spatialdata>=0.4

0 commit comments

Comments
 (0)