Update testing.yml

will be squashed away in the future
This commit is contained in:
dave-shawley 2021-09-13 06:50:04 -04:00 committed by GitHub
parent 9993a81e51
commit 9df7604012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requires/testing.txt .
python -m pip install -r requires/testing.txt
python -m pip install -e .
- name: Dump packages
run: python -m pip freeze
- name: Run tests
run: |
coverage run -m unittest tests.py