Skip to content

Commit 97f068b

Browse files
authored
Merge pull request #283 from p1c2u/fix/python-test-workflow-fix
python test workflow syntax fix
2 parents bdf1651 + a7d48c4 commit 97f068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Test
3131
run: python setup.py test
3232
- name: Upload coverage
33-
uses: codecov/codecov-action@v1
33+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)