Skip to content

Commit

Permalink
fix windows echo
Browse files Browse the repository at this point in the history
  • Loading branch information
n3hrox committed Nov 10, 2019
1 parent 3ba4b8b commit 448ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ where iscc
if %errorlevel% neq 0 (echo Error: Couldn't find Inno Setup compiler. && goto :error)

echo ====== Installing requirements... ======
echo PKG = "exe" > dvc\utils\build.py
echo 'PKG = "exe"' > dvc\utils\build.py
call pip install .[all] || goto :error
call pip install psutil || goto :error
call dvc pull || goto :error
Expand Down

0 comments on commit 448ae95

Please sign in to comment.