Azure: Add installing setuptools in linux_onnxruntime.yml (#5547)
This commit is contained in:
parent
7c07c6154b
commit
102e95f7f5
@ -61,6 +61,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
|
||||
|
Loading…
Reference in New Issue
Block a user