jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017513?usp=email )

Change subject: [tests] Update pip first to prevent installing the wrong 
codecov-cli release
......................................................................

[tests] Update pip first to prevent installing the wrong codecov-cli release

Bug: T361999
Change-Id: I937435daa3013293e979d0a3d02d8dd47bd9ed51
---
M .appveyor.yml
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/.appveyor.yml b/.appveyor.yml
index 4cba969..d81a168 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -64,6 +64,7 @@
   - mkdir appveyor
   - python --version
   - python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
+  - pip install --upgrade pip
   - pip --version
   - if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0"
   - if [%PYTHON_VERSION%]==[3.7.0] pip install -U setuptools

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017513?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I937435daa3013293e979d0a3d02d8dd47bd9ed51
Gerrit-Change-Number: 1017513
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to