Skip to content
Snippets Groups Projects
Commit 69c3d7e4 authored by Christos Tsolakis's avatar Christos Tsolakis
Browse files

ci: python-wheels ensure required packages are installed

Fixes ModuleNotFoundError: No module named 'setuptools'
during the /bin/python setup.py bdist_wheel step
parent 411b4e17
No related branches found
No related tags found
No related merge requests found
......@@ -614,6 +614,7 @@
- $LAUNCHER ctest -VV -S .gitlab/ci/ctest_build.cmake &> $GIT_CLONE_PATH/compile_output.log
- sccache --show-stats
- cd build
- "$PYTHON_PREFIX/bin/python -m pip install -U setuptools wheel"
- "$PYTHON_PREFIX/bin/python setup.py bdist_wheel"
- auditwheel show dist/*.whl > $GIT_CLONE_PATH/wheel_output.log
- "$PYTHON_PREFIX/bin/python $GIT_CLONE_PATH/.gitlab/ci/create_wheel_sdk_archive.py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment