Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Dec 12, 2023
1 parent 310faea commit 4811f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/azure/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ jobs:
displayName: 'Create virtual env'
- script: |
source .venv/bin/activate && source $(SETUPVARS)
source $(WORK_DIR)venv/bin/activate && source $(SETUPVARS)
python -m pip install build
python -m build --wheel --outdir $(BUILD_WHEEL_DIR) $(REPO_DIR)/modules/custom_operations
workingDirectory: $(WORK_DIR)
displayName: 'Build tokenizers wheel'
- script: |
source .venv/bin/activate
source $(WORK_DIR)/venv/bin/activate
# Find and install wheel
pushd $(BUILD_WHEEL_DIR)
wheel_name=$(find . -name 'openvino_tokenizers*.whl')
Expand Down

0 comments on commit 4811f47

Please sign in to comment.