Skip to content

Commit

Permalink
Fix: correct matrix variable name (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Nov 18, 2023
2 parents 6c1cc81 + 9d8a120 commit 1e76a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Coverage comment
uses: py-cov-action/python-coverage-comment-action@v3
if: github.event_name != 'workflow_call' && matrix.version == '3.11'
if: github.event_name != 'workflow_call' && matrix.python-version == '3.11'
with:
GITHUB_TOKEN: ${{ github.token }}
MINIMUM_GREEN: 90
Expand Down

0 comments on commit 1e76a48

Please sign in to comment.