Azure: Add install setuptools on Linux (#5299)

* Azure: Add install setuptools on Linux

* Add upgrade pip
This commit is contained in:
Alexander Zhogov 2021-04-20 13:00:43 +03:00 committed by GitHub
parent 7a500e185b
commit 49dceb2810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,9 @@ jobs:
- script: |
sudo apt --assume-yes install libusb-1.0-0-dev
# For opencv-python: setuptools and upgrade
sudo apt-get install python3-setuptools
python3 -m pip install --upgrade pip
python3 -m pip install -r $(REPO_DIR)/inference-engine/ie_bridges/python/requirements.txt
# For running Python API tests
python3 -m pip install -r $(REPO_DIR)/inference-engine/ie_bridges/python/src/requirements-dev.txt