We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e42e82 commit f3fb48cCopy full SHA for f3fb48c
.github/workflows/app-tests.yaml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
python -m pip install -e src
40
- name: Setup local database with seed data
41
+ run: |
42
cp .env.sample .env
43
python ./src/fastapi_app/setup_postgres_database.py
44
python ./src/fastapi_app/setup_postgres_seeddata.py
0 commit comments