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 8aa0fbe commit 2feb4ddCopy full SHA for 2feb4dd
.github/workflows/build.sh
@@ -16,13 +16,14 @@ fi
16
echo "::group::Install a virtualenv"
17
source multibuild/common_utils.sh
18
source multibuild/travis_steps.sh
19
- python3 -m pip install virtualenv tomli
+ python3 -m pip install virtualenv
20
before_install
21
echo "::endgroup::"
22
23
echo "::group::Build wheel"
24
export WHEEL_SDIR=wheelhouse
25
- export BUILD_DEPENDS=$(python3 ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR})
+ python -m pip install tomli
26
+ export BUILD_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR})
27
clean_code
28
build_wheel
29
ls -l "${GITHUB_WORKSPACE}/${WHEEL_SDIR}/"
0 commit comments