Skip to content

Commit 7cdebd4

Browse files
committed
removed fizzbuzz from test routine
1 parent 49b6fdb commit 7cdebd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
3838
run: |
39-
pytest fizzbuzz.py
40-
pytest example.py
39+
pytest example.py

0 commit comments

Comments
 (0)