Fix typo in Python package installation CI job
This commit is contained in:
parent
b8047e5610
commit
8dd2b9ac2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-deps.yml
vendored
2
.github/workflows/python-deps.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: ./init
|
uses: ./init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue