Skip to content

Commit

Permalink
run pip as module
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnerak authored Apr 24, 2024
1 parent c935971 commit 05885d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.19.4.dev7
3.19.4.dev8
2 changes: 1 addition & 1 deletion docker/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "build python wheels"

export PATH=/opt/python/${python_version}/bin:$PATH
echo "build wheels for ${PYTHON_VERSION}"
pip install build
python -m pip install build
python -m build
pip install dist/*${python_version}*.whl
pip install git+https://github.com/aimhubio/auditwheel.git@include-exclude
Expand Down

0 comments on commit 05885d7

Please sign in to comment.