From 12a2f723ed0621d23aaae2e9d00aad38f234e178 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 16:40:00 +0100 Subject: [PATCH] :construction_worker: testing new commands... again --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b27f697..54e71b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,9 @@ jobs: - run: name: testing connection between database and backend command: | + python3 -m venv venv + . venv/bin/activate + pip install -r requirements/dev.txt flask db init flask db migrate flask db upgrade