diff --git a/venv.ps1 b/venv.ps1 index 1392e0c79..b5b05b9ca 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -1,10 +1,10 @@ -$ErrorActionPreference = "Stop" - param ( [string]$python = $(throw "-python is required."), [string]$install_mode = $(throw "-install_mode is required."), [string]$pip_date ) + +$ErrorActionPreference = "Stop" if(!(Test-Path -Path ".build")) {