mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
install w/ poetry
This commit is contained in:
parent
2f0833ad9c
commit
4408b0392e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-all.yml
vendored
2
.github/workflows/test-all.yml
vendored
|
@ -71,5 +71,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DB_ENGINE: postgres
|
DB_ENGINE: postgres
|
||||||
run: |
|
run: |
|
||||||
pip install --no-cache-dir "psycopg2-binary==2.8.6"
|
poetry add "psycopg2-binary==2.8.6"
|
||||||
make test-all
|
make test-all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue