Leave only setuptools override
This commit is contained in:
@@ -4,7 +4,7 @@ python3 --version
|
||||
echo "Upgrading pip..."
|
||||
python3 -m pip install --upgrade pip
|
||||
echo "Installing hardcoded app requirements for debugging..."
|
||||
python3 -m pip install matplotlib==3.2.0 setuptools==42.0.2
|
||||
python3 -m pip install setuptools==42.0.2
|
||||
echo "Installing app requirements..."
|
||||
python3 -m pip install -r requirements.txt
|
||||
echo "Installing packaging tools..."
|
||||
|
||||
Reference in New Issue
Block a user