We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a48d1 commit e5a1e74Copy full SHA for e5a1e74
.github/workflows/python-app.yml
@@ -24,4 +24,4 @@ jobs:
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
- name: Run tests
26
run: |
27
- ./scripts/test.sh
+ sudo ./scripts/test.sh
0 commit comments