From c48666ee21af36b8378497d15f21e8e99c651425 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 17:41:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20db=20connection=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3775a58..4a58b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,6 +61,9 @@ jobs: # A basic unit of work in a run - run: name: bd upgrade command: | + python3 -m venv venv + . venv/bin/activate + pip install -r requirements/dev.txt . venv/bin/activate sleep 1 flask db stamp head