Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Bump Python on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
viadanna committed May 24, 2022
1 parent 9527c67 commit e452d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
build:
docker:
- image: circleci/python:3.6-stretch-node-browsers
- image: circleci/python:3.8-buster-node-browsers
environment:
DEBUG: 'true'
DEFAULT_FORK: 'open-craft/edx-platform'
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:

e2e-tests:
docker:
- image: circleci/python:3.6-stretch-node-browsers
- image: circleci/python:3.8-buster-node-browsers
environment:
DEBUG: 'true'
DEFAULT_FORK: 'open-craft/edx-platform'
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:

coverage:
docker:
- image: circleci/python:3.6-stretch-node
- image: circleci/python:3.8-buster-node
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
cleanup:
docker:
- image: circleci/python:3.6-stretch
- image: circleci/python:3.8-buster
environment:
LOAD_BALANCER_FRAGMENT_NAME_PREFIX: 'integration-'
DJANGO_SETTINGS_MODULE: 'opencraft.settings'
Expand Down

0 comments on commit e452d3f

Please sign in to comment.