mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Attempt at fixing tests workflow
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user