From e67a998a4d9f636dd4b1d9694284b27b49c1fee1 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Tue, 12 Jan 2021 16:00:05 +0100 Subject: [PATCH] :green_heart: Correction version python --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7f7313..92e5c5f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.9-buster-node-browser + - image: circleci/python:3.9-buster-node-browsers steps: - checkout - restore_cache: @@ -24,7 +24,7 @@ jobs: POSTGRES_USER: myUsr POSTGRES_PASSWORD: somePwd POSTGRES_BD: psdb - - image: circleci/python:3.9-buster-node-browser + - image: circleci/python:3.9-buster-node-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb CONDUIT_SECRET: 'something-really-secret'