jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/639916 )
Change subject: [bugfix] Fix venv call ......................................................................
[bugfix] Fix venv call
Bug: T266964 Change-Id: Ib012ee0a28adddf785efe942cb266bc4858edcb6 --- M .appveyor.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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