Attempt at fixing tests workflow

This commit is contained in:
CasVT
2023-07-02 14:25:46 +02:00
parent 7279abcf31
commit 025c372671

View File

@@ -25,4 +25,4 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: python -m unittest discover -s ./tests -p '*.py'
run: sudo python -m unittest discover -s ./tests -p '*.py'