Skip to content

Commit

Permalink
wm : added -u
Browse files Browse the repository at this point in the history
  • Loading branch information
WillMart91 committed Nov 1, 2023
1 parent 4d6f37a commit 338eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Install packages
run: pip install -r requirements.txt
- name: Run tests
run: python myscript.py
run: python -u myscript.py

0 comments on commit 338eec3

Please sign in to comment.