We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06766e5 commit 2eb0d4fCopy full SHA for 2eb0d4f
.github/workflows/unittest.yml
@@ -57,9 +57,8 @@ jobs:
57
run: |
58
$PYTHON_WIN_VER = "${{ matrix.python-version }}"
59
$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"
+ $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"
+ pip install -"$WHEEL_URL"
63
# Get wheel URL from https://github.com/cgohlke/pyicu-build/releases
64
- name: Install PyTorch
65
if: env.INSTALL_TORCH == 'true'
0 commit comments