We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481223b commit 781e345Copy full SHA for 781e345
.github/workflows/unittest-windows.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install ICU
47
shell: powershell
48
run: |
49
- python -m pip install "https://github.com/cgohlke/pyicu-build/releases/download/v2.14/PyICU-2.14-cp39-cp39-win_amd64.whl"
+ python -m pip install "https://github.com/cgohlke/pyicu-build/releases/download/v2.14/PyICU-2.14-cp310-cp310-win_amd64.whl"
50
- name: Install PyTorch
51
52
run: python -m pip install torch
0 commit comments