split tests out
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 12s

This commit is contained in:
Austin Godber 2024-07-23 07:44:28 -07:00
parent d482417504
commit 8b49807361

View File

@ -17,9 +17,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: |
- name: Setup Tests and Dependencies
run: |
python --version
pip install -U pip
pip install pytest coverage pytest-cov
pip install -r requirements.txt
- name: Run tests
run: |
pytest