From 21a3d63e6a137fa90598505e6cd4d4e0a88f86a9 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 12:38:05 +0100 Subject: [PATCH] :construction_worker: fix python version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bc9ecf0..abb25ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:latest + - image: circleci/python:3.8 working_directory: ~/repo steps: - checkout @@ -25,7 +25,7 @@ jobs: test: docker: - - image: circleci/python:latest + - image: circleci/python:3.8 - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: myUser