Skip to content

Commit 8dd2b9a

Browse files
committedFeb 8, 2022
Fix typo in Python package installation CI job
1 parent b8047e5 commit 8dd2b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- uses: actions/setup-python@v2
127127
with:
128-
python-version: ${{ matrix.python-version }}
128+
python-version: ${{ matrix.python_version }}
129129

130130
- name: Initialize CodeQL
131131
uses: ./init

0 commit comments

Comments
 (0)
Please sign in to comment.