Skip to content

Commit

Permalink
[Release only change] Uninstall sympy while running windows tests (py…
Browse files Browse the repository at this point in the history
…torch#90210)

* [Release only change] fix for sympy tests failures

* Add -y
  • Loading branch information
atalman committed Dec 6, 2022
1 parent 642edcd commit a81f9b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jenkins/pytorch/win-test-helpers/setup_pytorch_env.bat
Expand Up @@ -40,6 +40,10 @@ pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3
if errorlevel 1 exit /b
if not errorlevel 0 exit /b

pip uninstall -y sympy
if errorlevel 1 exit /b
if not errorlevel 0 exit /b

set DISTUTILS_USE_SDK=1

if not "%USE_CUDA%"=="1" goto cuda_build_end
Expand Down

0 comments on commit a81f9b3

Please sign in to comment.