Skip to content

Commit 904b3ba

Browse files
authored
Merge pull request #4839 from ocaisa/fix-ci-python
Wrong variable name used for Python version in linting CI
2 parents 6eae8ea + 56cd018 commit 904b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: set up Python
2525
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2626
with:
27-
python-version: ${{ matrix.python-version }}
27+
python-version: ${{ matrix.python }}
2828

2929
- name: install Python packages
3030
run: |

0 commit comments

Comments
 (0)