|
@@ -20,7 +20,6 @@ jobs:
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
run: |
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
|
- pip install -r requirements-first.txt
|
|
|
|
|
pip install -r requirements-dev.txt
|
|
pip install -r requirements-dev.txt
|
|
|
- name: Test with pytest
|
|
- name: Test with pytest
|
|
|
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
|
|
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
|