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.
1 parent 550400c commit 89a6e4eCopy full SHA for 89a6e4e
.github/workflows/tox.yaml
@@ -23,7 +23,7 @@ jobs:
23
tox
24
25
# only 3.6 is run with codecov
26
- - if: ${{ matrix.python-version }} == '3.6'
+ - if: ${{ matrix.python-version == '3.6' }}
27
uses: codecov/codecov-action@v2
28
with:
29
fail_ci_if_error: true # optional (default = false)
0 commit comments