We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca70e76 commit efff65fCopy full SHA for efff65f
.github/workflows/ci.yml
@@ -144,6 +144,10 @@ jobs:
144
- name: Test package (serial)
145
if: "contains(matrix.python-version, 'graalpy')"
146
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
+
151
152
- name: Test package
153
if: "!contains(matrix.python-version, 'graalpy')"
@@ -153,6 +157,7 @@ jobs:
157
154
158
- name: Upload coverage report
155
159
uses: codecov/codecov-action@v5
160
+ if: "!contains(matrix.python-version, 'graalpy')"
156
161
with:
162
name:
163
${{ runner.os }}-${{ matrix.python-version }}-${{
0 commit comments