Skip to content

Commit

Permalink
source setupvars
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Dec 1, 2023
1 parent d370125 commit 439a314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- script: |
python3 -m pip install --user virtualenv
python3 -m virtualenv -p /usr/bin/python3.8 .env3
source .env3/bin/activate
source .env3/bin/activate && source $(SETUPVARS)
python -m pip install --upgrade pip
python -m pip install -r $(REPO_DIR)/modules/custom_operations/tests/requirements.txt
python -m pip install $(INSTALL_DIR)/tools/openvino-*.whl
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- script: |
python3 -m venv venv
source venv/bin/activate
source venv/bin/activate && source $(SETUPVARS)
python -m pip install --upgrade pip
python -m pip install -r $(REPO_DIR)/modules/custom_operations/tests/requirements.txt
python -m pip install $(OPENVINO_REPO_DIR)/tools/mo/
Expand Down
1 change: 1 addition & 0 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
powershell -command "Expand-Archive -Force ninja-win.zip"
powershell -command "Invoke-WebRequest https://services.gradle.org/distributions/gradle-$(GRADLE_VER)-bin.zip -OutFile gradle-$(GRADLE_VER)-bin.zip"
powershell -command "Expand-Archive -Force gradle-$(GRADLE_VER)-bin.zip"
call "$(SETUPVARS)"
$(PYTHON_EXE) -m pip install --upgrade pip
$(PYTHON_EXE) -m pip install -r $(OPENVINO_REPO_DIR)\src\bindings\python\src\compatibility\openvino\requirements-dev.txt
$(PYTHON_EXE) -m pip install -r $(OPENVINO_REPO_DIR)\src\bindings\python\requirements.txt
Expand Down

0 comments on commit 439a314

Please sign in to comment.