|
@@ -26,8 +26,7 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
|
- pip install flake8 pytest
|
|
|
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
|
+ pip install -r requirements.txt
|
|
|
- name: Run tests
|
|
|
run: |
|
|
|
python metrix++.py test
|