File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
ICU_VER=$(pkg-config --modversion icu-i18n)
52
52
echo "ICU_VER=${ICU_VER}"
53
53
echo "ICU_VER=${ICU_VER}" >> "${GITHUB_ENV}"
54
- - name : Install PyICU (Win dows )
54
+ - name : Install PyICU (Windows )
55
55
if : startsWith(matrix.os, 'windows-') && env.INSTALL_PYICU_WIN == 'true'
56
56
shell : powershell
57
57
run : |
58
58
$PYTHON_WIN_VER = "${{ matrix.python-version }}"
59
59
$CP_VER = "cp" + $PYTHON_WIN_VER.Replace(".", "")
60
60
$WHEEL_URL = "https://github.com/cgohlke/pyicu-build/releases/download/v${{ env.PYICU_WIN_VER }}/PyICU-${{ env.PYICU_WIN_VER }}-${CP_VER}-${CP_VER}-win_amd64.whl"
61
- pip install - "$WHEEL_URL"
61
+ pip install "$WHEEL_URL"
62
62
# Get wheel URL from https://github.com/cgohlke/pyicu-build/releases
63
63
- name : Install PyTorch
64
64
if : env.INSTALL_TORCH == 'true'
You can’t perform that action at this time.
0 commit comments