Skip to content

Commit 2eb0d4f

Browse files
committed
fix wheel url
1 parent 06766e5 commit 2eb0d4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unittest.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
run: |
5858
$PYTHON_WIN_VER = "${{ matrix.python-version }}"
5959
$CP_VER = "cp" + $PYTHON_WIN_VER.Replace(".", "")
60-
$WHEEL_URL = "https://github.com/cgohlke/pyicu-build/releases/download/v${PYICU_WIN_VER}/PyICU-${PYICU_WIN_VER}-${CP_VER}-${CP_VER}-win_amd64.whl"
61-
echo $WHEEL_URL
62-
pip install -v "$WHEEL_URL"
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"
6362
# Get wheel URL from https://github.com/cgohlke/pyicu-build/releases
6463
- name: Install PyTorch
6564
if: env.INSTALL_TORCH == 'true'

0 commit comments

Comments
 (0)