jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663018 )
Change subject: [tests] Try upgrading pip with suggested command ...................................................................... [tests] Try upgrading pip with suggested command Change-Id: I0bc5c40fb8d123f391fef799856f4626b91b3d3a --- 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 e704f80..0d6a3c0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -76,7 +76,7 @@ # Download Python version which isn't pre-installed - ps: ./appveyor_install.ps1 - python --version - - pip install --upgrade pip + - python -m pip install --upgrade pip - python -m venv env - env\Scripts\activate.bat - pip install -r requirements.txt -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663018 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: I0bc5c40fb8d123f391fef799856f4626b91b3d3a Gerrit-Change-Number: 663018 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
