We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1cc81 + 9d8a120 commit 1e76a48Copy full SHA for 1e76a48
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Coverage comment
46
uses: py-cov-action/python-coverage-comment-action@v3
47
- if: github.event_name != 'workflow_call' && matrix.version == '3.11'
+ if: github.event_name != 'workflow_call' && matrix.python-version == '3.11'
48
with:
49
GITHUB_TOKEN: ${{ github.token }}
50
MINIMUM_GREEN: 90
0 commit comments