jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/639922 )
Change subject: [tests] Upgrade pip before installing requirements ......................................................................
[tests] Upgrade pip before installing requirements
Change-Id: Ia4bb994490eb1c4abd6461e1f075e81fb61a14b1 --- M .appveyor.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index 0a518f3..bf5e432 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -91,6 +91,7 @@ } - python -m venv env - env\Scripts\activate.bat + - pip install --upgrade pip - pip install -r dev-requirements.txt - pip install -r requirements.txt