Skip to content

Commit ea20b39

Browse files
authored
Update python-package.yml
1 parent 6ac8cd9 commit ea20b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
- name: Test with pytest
3938
- name: Install package
4039
run: pip install -e .
4140
- name: Run tests

0 commit comments

Comments
 (0)