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

Change subject: [tests] Fix matrix.deps in lint tests
......................................................................

[tests] Fix matrix.deps in lint tests

Change-Id: I25e7afe1e81a83881c137a5acc6bae99ca2c8bf1
---
M .github/workflows/lint_tests.yml
1 file changed, 1 insertion(+), 1 deletion(-)

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




diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml
index 78e9bde..cdf83e1 100644
--- a/.github/workflows/lint_tests.yml
+++ b/.github/workflows/lint_tests.yml
@@ -50,7 +50,7 @@
       run: |
         python -m pip install --upgrade pip
         pip --version
-        pip install .[${{deps}}]
+        pip install .[${{matrix.deps}}]

     - name: Flake8 tests
       id: ci_test

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

Reply via email to