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 836f7e5 + 3526c70 commit 38e00a8Copy full SHA for 38e00a8
.github/workflows/unittests_codecov.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@master
23
- name: Setup Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Static code checking with pyflakes
@@ -40,4 +40,4 @@ jobs:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
file: ./coverage.xml
42
flags: unittests
43
- fail_ci_if_error: true
+ fail_ci_if_error: true
0 commit comments