Skip to content

Commit

Permalink
Fix typo in Python package installation CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Feb 8, 2022
1 parent b8047e5 commit 8dd2b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-deps.yml
Expand Up @@ -125,7 +125,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python_version }}

- name: Initialize CodeQL
uses: ./init
Expand Down

0 comments on commit 8dd2b9a

Please sign in to comment.