From 0500915bf78b9c0de3599a7c997dfc7fd126239d Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 12 Jan 2021 15:07:38 +0100 Subject: [PATCH] :green_heart: Python was missing from the image --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9edeca7..3263e71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: circleci/3.9-buster-node-browsers + - image: circleci/python:3.9-buster-node-browsers steps: - checkout - restore_cache: @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - - image: circleci/3.9-buster-node-browsers + - image: circleci/python:3.9-buster-node-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py