mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Most likely finally fixed tests workflow
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -21,8 +21,10 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo python -m pip install --upgrade pip
|
||||
sudo pip install -r requirements.txt
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run Tests
|
||||
run: sudo python -m unittest discover -s ./tests -p '*.py'
|
||||
run: |
|
||||
mkdir db
|
||||
python -m unittest discover -s ./tests -p '*.py'
|
||||
|
||||
Reference in New Issue
Block a user