Skip to content

Commit a6217a6

Browse files
committed
wintests
1 parent 96dbdfa commit a6217a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ci/pytorch/win-test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ python -m pip install parameterized==0.8.1
5959
# Install pulp for testing ilps under torch\distributed\_tools
6060
python -m pip install pulp==2.9.0
6161

62+
# Install expecttest to merge https://github.com/pytorch/pytorch/pull/155308
63+
python -m pip install expecttest==0.3.0
64+
65+
python -m pip install -r $SCRIPT_PARENT_DIR/../docker/requirements-ci.txt
66+
6267
run_tests() {
6368
# Run nvidia-smi if available
6469
for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe; do

0 commit comments

Comments
 (0)