Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Fix matrix.deps in lint tests

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

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 change 1050719. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I25e7afe1e81a83881c137a5acc6bae99ca2c8bf1
Gerrit-Change-Number: 1050719
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>