SL-15500: Always have to work around Windows path incompatibilities.

master
Nat Goodspeed 2021-06-30 08:11:30 -04:00
parent 0276a32569
commit d2de2f9d25
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ python_cmd "$helpers/codeticket.py" addinput "Viewer Channel" "${viewer_channel}
initialize_version # provided by buildscripts build.sh; sets version id
# install the git-hooks dependencies
pip install -r "$git_hooks_checkout/requirements.txt" || \
pip install -r "$(native_path "$git_hooks_checkout/requirements.txt")" || \
fatal "pip install git-hooks failed"
# validate the branch we're about to build
python_cmd "$git_hooks_checkout/coding_policy_git.py" --all_files || \