From f87cace126592a14a1021048e457f2c3626dcc7d Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Jan 2021 15:07:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20test=204th=20try?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e6ee9f..d853dd7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: # A basic unit of work in a run # working_directory: ~/circleci-demo-python-django docker: # run the steps with Docker # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ - - image: circleci/python:3.8.5 + - image: circleci/python:3.9.1 auth: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD # context / project UI env-var reference @@ -46,7 +46,7 @@ jobs: # A basic unit of work in a run destination: tr1 test: docker: - - image: circleci/python:3.7.4 + - image: circleci/python:3.9.1 - image: circleci/postgres:9.6.5 environment: POSTGRES_USER: myUsr @@ -60,7 +60,7 @@ jobs: # A basic unit of work in a run - run: name: bd upgrade command: | - pip install -U Flask + pip install -_user Flask flask db init flask db migrate flask db upgrade