Add ensurepip for Linux build to ensure setuptools/pip are installed
This commit is contained in:
@@ -28,6 +28,7 @@ script:
|
|||||||
$PYTHON ./bin/run_tests.py
|
$PYTHON ./bin/run_tests.py
|
||||||
else
|
else
|
||||||
# linux test requires root to clean up the wheelhouse (docker runs as root)
|
# linux test requires root to clean up the wheelhouse (docker runs as root)
|
||||||
|
sudo $PYTHON -m ensurepip
|
||||||
sudo $PYTHON -m pip install -r requirements-dev.txt
|
sudo $PYTHON -m pip install -r requirements-dev.txt
|
||||||
sudo $PYTHON ./bin/run_tests.py
|
sudo $PYTHON ./bin/run_tests.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user