Skip to content

Commit b8d0a35

Browse files
committed
Update python-package.yml
1 parent 5d1cca6 commit b8d0a35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ jobs:
3232
- name: Lint with pep8
3333
run: |
3434
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics postgresql_kernel
35-
- name: Unit Test
36-
run: |
37-
python -m coverage run --source=postgresql_kernel -m unittest discover -v -s . -p *test*.py
38-
python -m coverage report

0 commit comments

Comments
 (0)