jenkins-bot submitted this change.
[bugfix] Fix venv call
Bug: T266964
Change-Id: Ib012ee0a28adddf785efe942cb266bc4858edcb6
---
M .appveyor.yml
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index f4b35a9..92f3ae8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -81,7 +81,7 @@
if (-not(Test-Path($env:PYTHON))) {
iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
}
- - venv env
+ - python -m venv env
- env\Scripts\activate.bat
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
To view, visit change 639916. To unsubscribe, or for help writing mail filters, visit settings.