Skip to content

Commit f6300a2

Browse files
committed
fixes 2
1 parent 7c0b150 commit f6300a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: tox -e cover
8888
- name: Upload coverage
8989
uses: codecov/codecov-action@v3
90-
if: matrix.python_version == '3.9' && matrix.platform != 'macos-11'
90+
if: matrix.python-version == '3.9' && matrix.platform != 'macos-11'
9191
with:
9292
fail_ci_if_error: false
9393
token: ${{ secrets.CODECOVTOKEN }}

0 commit comments

Comments
 (0)