Skip to content

Commit ff0c408

Browse files
Update python-app.yml
1 parent 4c23b92 commit ff0c408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Running bot
3838
run: |
39-
python b.py &
39+
python b.py
4040
4141
4242

0 commit comments

Comments
 (0)