Skip to content

Commit

Permalink
Do anaconda login in CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored and soumith committed Feb 4, 2019
1 parent 9f9f346 commit e21377b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/internal/upload.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ IF ERRORLEVEL 1 (
exit /b 1
)

bash -c "yes | anaconda login --username "%PYTORCH_ANACONDA_USERNAME%" --password "%PYTORCH_ANACONDA_PASSWORD%""
REM bash -c "yes | anaconda login --username "%PYTORCH_ANACONDA_USERNAME%" --password "%PYTORCH_ANACONDA_PASSWORD%""
anaconda login --username "%PYTORCH_ANACONDA_USERNAME%" --password "%PYTORCH_ANACONDA_PASSWORD%"
IF ERRORLEVEL 1 (
echo Anaconda client login failed
exit /b 1
Expand Down

0 comments on commit e21377b

Please sign in to comment.