Use apt to install pip
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ 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 apt-get -qq update
|
||||||
|
sudo apt-get install -y python3-pip
|
||||||
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