split tests out
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 12s
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 12s
This commit is contained in:
parent
d482417504
commit
8b49807361
@ -17,9 +17,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
- run: |
|
- name: Setup Tests and Dependencies
|
||||||
|
run: |
|
||||||
python --version
|
python --version
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install pytest coverage pytest-cov
|
pip install pytest coverage pytest-cov
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
pytest
|
pytest
|
Loading…
Reference in New Issue
Block a user