Skip to content

Commit b3f99b3

Browse files
author
Vincent Moens
authored
[CI, Tests] Fix windows tests (#2337)
1 parent 371181c commit b3f99b3

File tree

2 files changed

+152
-168
lines changed

2 files changed

+152
-168
lines changed

.github/unittest/windows_optdepts/scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fi
3737

3838
# submodules
3939
git submodule sync && git submodule update --init --recursive
40+
python -m pip install "numpy<2.0"
4041

4142
printf "Installing PyTorch with %s\n" "${cudatoolkit}"
4243
if [[ "$TORCH_VERSION" == "nightly" ]]; then

0 commit comments

Comments
 (0)