Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662987 )
Change subject: [tests] Fix shell path ...................................................................... [tests] Fix shell path Change-Id: Ia373f801541f47a520217b19ddb199b858a0df34 --- M .appveyor.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.appveyor.yml b/.appveyor.yml index b0cc5e8..901d0be 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -74,7 +74,7 @@ # Download the Appveyor Python build accessories into subdirectory .\appveyor - mkdir appveyor # Download Python version which isn't pre-installed - - ps: appveyor_install.ps1 + - ps: ./appveyor_install.ps1 - python -m venv env - env\Scripts\activate.bat - pip install -r dev-requirements.txt -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662987 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: Ia373f801541f47a520217b19ddb199b858a0df34 Gerrit-Change-Number: 662987 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
