Skip to content

Commit 781e345

Browse files
committed
Update PyICU win to 3.10
1 parent 481223b commit 781e345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install ICU
4747
shell: powershell
4848
run: |
49-
python -m pip install "https://github.com/cgohlke/pyicu-build/releases/download/v2.14/PyICU-2.14-cp39-cp39-win_amd64.whl"
49+
python -m pip install "https://github.com/cgohlke/pyicu-build/releases/download/v2.14/PyICU-2.14-cp310-cp310-win_amd64.whl"
5050
- name: Install PyTorch
5151
shell: powershell
5252
run: python -m pip install torch

0 commit comments

Comments
 (0)