Skip to content

Commit 12f844d

Browse files
authored
Git pull through argument in setup_venv (huggingface#623)
1 parent 47a119a commit 12f844d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup_venv.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
param([string]$arguments)
2+
3+
if ($arguments -eq "--update-src"){
4+
git pull
5+
}
6+
17
#Write-Host "Installing python"
28

39
#Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow

0 commit comments

Comments
 (0)