Skip to content

Commit 89a6e4e

Browse files
committed
fix conditional codecov
1 parent 550400c commit 89a6e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tox
2424
2525
# only 3.6 is run with codecov
26-
- if: ${{ matrix.python-version }} == '3.6'
26+
- if: ${{ matrix.python-version == '3.6' }}
2727
uses: codecov/codecov-action@v2
2828
with:
2929
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)