Thanks to visit codestin.com Credit goes to github.com
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 c817a32 commit b3465e0Copy full SHA for b3465e0
1 file changed
.github/workflows/cibuildwheel.yml
@@ -37,6 +37,7 @@ jobs:
37
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
38
CIBW_MANYLINUX_I686_IMAGE: manylinux1
39
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux1
40
+ CIBW_BEFORE_BUILD: pip install numpy==1.15
41
42
- uses: actions/upload-artifact@v2
43
with:
0 commit comments