Skip to content

Commit efff65f

Browse files
committed
ci: make sure we download binary of numpy in tests
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ca70e76 commit efff65f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
- name: Test package (serial)
145145
if: "contains(matrix.python-version, 'graalpy')"
146146
run: pytest -ra -v --showlocals --durations=20
147+
env:
148+
PIP_ONLY_BINARY: numpy
149+
PIP_EXTRA_INDEX_URL: https://www.graalvm.org/python/wheels/
150+
147151

148152
- name: Test package
149153
if: "!contains(matrix.python-version, 'graalpy')"
@@ -153,6 +157,7 @@ jobs:
153157
154158
- name: Upload coverage report
155159
uses: codecov/codecov-action@v5
160+
if: "!contains(matrix.python-version, 'graalpy')"
156161
with:
157162
name:
158163
${{ runner.os }}-${{ matrix.python-version }}-${{

0 commit comments

Comments
 (0)