Skip to content

Commit e214f97

Browse files
committed
fix: pull binary numpy for graalpy
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 097ddd3 commit e214f97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ jobs:
129129
uv pip install
130130
-e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools]
131131
--system
132+
--only-binary=numpy
133+
--extra-index-url=https://www.graalvm.org/python/wheels/simple
134+
--index-strategy=unsafe-best-match
132135

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

0 commit comments

Comments
 (0)