Skip to content

Commit 06ff83b

Browse files
committed
fix: pull binary numpy for graalpy
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> style: pre-commit fixes
1 parent 1ca2fd5 commit 06ff83b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128
run:
129129
uv pip install
130130
-e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools]
131-
--system
131+
--system --only-binary=numpy
132+
--extra-index-url=https://www.graalvm.org/python/wheels/simple
133+
--index-strategy=unsafe-best-match
132134

133135
- name: Install package (pip)
134136
if: matrix.python-version == 'pypy-3.8'

0 commit comments

Comments
 (0)