Skip to content

Commit 961a18d

Browse files
committed
Update unittest.yml
1 parent 2eb0d4f commit 961a18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
ICU_VER=$(pkg-config --modversion icu-i18n)
5252
echo "ICU_VER=${ICU_VER}"
5353
echo "ICU_VER=${ICU_VER}" >> "${GITHUB_ENV}"
54-
- name: Install PyICU (Win dows)
54+
- name: Install PyICU (Windows)
5555
if: startsWith(matrix.os, 'windows-') && env.INSTALL_PYICU_WIN == 'true'
5656
shell: powershell
5757
run: |
5858
$PYTHON_WIN_VER = "${{ matrix.python-version }}"
5959
$CP_VER = "cp" + $PYTHON_WIN_VER.Replace(".", "")
6060
$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"
6262
# Get wheel URL from https://github.com/cgohlke/pyicu-build/releases
6363
- name: Install PyTorch
6464
if: env.INSTALL_TORCH == 'true'

0 commit comments

Comments
 (0)