Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia authored Feb 22, 2023
1 parent da2e651 commit 2fe76a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2fe76a1

Please sign in to comment.