From 2fe76a1940082b9bda97fde416ddd91814a80c48 Mon Sep 17 00:00:00 2001 From: Fuhu Xia <1392461+FuhuXia@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:07:41 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 644c91ec..b1e87e82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: test: docker: - - image: circleci/python:3.6.1 + - image: circleci/python:3.7.12 working_directory: ~/repo steps: - checkout @@ -31,7 +31,7 @@ jobs: python3 scripts/check_data.py build: docker: - - image: circleci/python:3.6.1 + - image: circleci/python:3.7.12 working_directory: ~/repo steps: - checkout @@ -63,7 +63,7 @@ jobs: - _site deploy_staging: docker: - - image: circleci/python:3.6.1 + - image: circleci/python:3.7.12 working_directory: ~/repo steps: - checkout @@ -78,7 +78,7 @@ jobs: command: bash scripts/deploy/circleci/deploy_staging.sh deploy_prod: docker: - - image: circleci/python:3.6.1 + - image: circleci/python:3.7.12 working_directory: ~/repo steps: - checkout