jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/571538 )
Change subject: Revert "[bugfix] Fix updating pip on AppVeyor" ......................................................................
Revert "[bugfix] Fix updating pip on AppVeyor"
This reverts commit 2af76c19ef1c22f0ccff365c7b804656207acc6d.
Change-Id: Ib510a42ccccb1a6d53b91fb8f6939257f3ef93f9 --- M .appveyor.yml 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index 296c1f1..fd2275b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -87,7 +87,6 @@ if (-not(Test-Path($env:PYTHON))) { iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1') } - - python -m pip install --upgrade pip - pip install virtualenv - virtualenv env - env\Scripts\activate.bat
pywikibot-commits@lists.wikimedia.org