Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1246854?usp=email )

Change subject: Tests: Add condition to install DjVuLibre on Linux runners
......................................................................

Tests: Add condition to install DjVuLibre on Linux runners

Bug: T418696
Change-Id: I5e41147a736dc7fe98a12a9a0dcf675d6849aaea
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 767ce62..7b94d54 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -82,6 +82,7 @@
           if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
           pip install wikitextparser
       - name: Install DjVuLibre
+        if: runner.os == 'Linux'
         run: |
           sudo apt-get update
           sudo apt-get install -y djvulibre-bin

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1246854?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: I5e41147a736dc7fe98a12a9a0dcf675d6849aaea
Gerrit-Change-Number: 1246854
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]

Reply via email to