Skip to content

Commit

Permalink
setupvars.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 13, 2024
1 parent 4f89fc7 commit 93551d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Build tokenizers wheel
run: |
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
call "${{ env.INSTALL_DIR }}\\setupvars.bat"
python3 -m build --wheel --outdir ${env:BUILD_DIR} ${env:OPENVINO_TOKENIZERS_REPO}
env:
CMAKE_ARGS: '-DBUILD_FAST_TOKENIZERS=OFF'
Expand Down

0 comments on commit 93551d2

Please sign in to comment.