Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050793?usp=email )
Change subject: [tests] fix install command
......................................................................
[tests] fix install command
Change-Id: Ieab01ab15da443c1d4c58cb46092f69a335eeed9
---
M .github/workflows/windows_tests.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/windows_tests.yml
b/.github/workflows/windows_tests.yml
index 47d81e7..6ba933e 100644
--- a/.github/workflows/windows_tests.yml
+++ b/.github/workflows/windows_tests.yml
@@ -49,7 +49,7 @@
python -m pip install --upgrade pip
pip --version
if ('${{ matrix.python-version }}' -eq '3.7.1') {
- pip install .U setuptools;
+ pip install -U setuptools;
pip install "urllib3<2.0";
}
pip install -r dev-requirements.txt
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050793?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ieab01ab15da443c1d4c58cb46092f69a335eeed9
Gerrit-Change-Number: 1050793
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]