Skip to content

Commit 8877bc1

Browse files
authored
Update pythonpackage.yml
1 parent 25ea5eb commit 8877bc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31-
- name: Test with pytest
32-
run: |
33-
runtests.sh
31+
- name: Test
32+
run: runtests.sh
33+
shell: bash

0 commit comments

Comments
 (0)