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 12bc0d1 commit 544fcd6Copy full SHA for 544fcd6
.github/workflows/build.sh
@@ -25,6 +25,8 @@ echo "::group::Install a virtualenv"
25
echo "::endgroup::"
26
27
echo "::group::Build wheel"
28
+ np_dep=$(python get_numpy_version.py ${MB_PYTHON_VERSION})
29
+ export BUILD_DEPENDS=$np_dep
30
clean_code
31
build_wheel
32
ls -l "${GITHUB_WORKSPACE}/${WHEEL_SDIR}/"
.github/workflows/wheels-linux.yml
@@ -55,8 +55,6 @@ jobs:
55
- uses: actions/setup-python@v4
56
with:
57
python-version: ${{ matrix.python }}
58
- - name: Set Numpy version
59
- run: echo "BUILD_DEPENDS=$(./get_numpy_version.py ${{ matrix.python }})" >> $GITHUB_ENV
60
- name: Build Wheel
61
run: .github/workflows/build.sh
62
- uses: actions/upload-artifact@v3
0 commit comments