Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1049256?usp=email )
Change subject: [tests] fix github action config file ...................................................................... [tests] fix github action config file Change-Id: I5c2f06d2d9767acf88a21bdb71167768c261e1c3 Signed-off-by: Xqt <[email protected]> --- M .github/workflows/windows_tests.yml 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index e61495a..afa0b9a 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -60,9 +60,9 @@ python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)" python -m pip install --upgrade pip pip --version - if [ ${{matrix.python-version}} == '3.7.0'; then pip install "urllib3<2.0"; fi - if [ ${{matrix.python-version}} == '3.7.0'; then pip install -U setuptools; fi - if [ ${{matrix.python-version}} >= '3.12'; then pip install -U setuptools; fi + if [ ${{matrix.python-version}} == '3.7.0' ]; then pip install "urllib3<2.0"; fi + if [ ${{matrix.python-version}} == '3.7.0' ]; then pip install -U setuptools; fi + if [ ${{matrix.python-version}} >= '3.12' ]; then pip install -U setuptools; fi if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install wikitextparser -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1049256?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: I5c2f06d2d9767acf88a21bdb71167768c261e1c3 Gerrit-Change-Number: 1049256 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
