run graph to see what is installed w/ burnettk

This commit is contained in:
jasquat 2022-05-06 14:32:40 -04:00
parent b4af002449
commit 7a041aadc9

View File

@ -35,7 +35,7 @@ jobs:
- run: psql -h localhost -c 'create database crc_test;' -U postgres
- run: pip install pipenv
- run: pipenv install --dev
- run: pipenv run coverage
- run: pipenv graph
- run: pipenv run coverage run -m pytest
- run: pipenv run coverage xml -i