install w/ poetry

This commit is contained in:
hay-kot 2021-05-01 12:26:53 -08:00
commit 4408b0392e

View file

@ -71,5 +71,5 @@ jobs:
env:
DB_ENGINE: postgres
run: |
pip install --no-cache-dir "psycopg2-binary==2.8.6"
poetry add "psycopg2-binary==2.8.6"
make test-all