Skip to content

Commit

Permalink
Test python image change
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Jan 19, 2023
1 parent 4bd7e5d commit 0bc459a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
install_and_update_dependencies:
docker:
- image: cimg/python:3.8.6-node
- image: cimg/python:3.8-node
working_directory: ~/repo
steps:
- checkout
Expand All @@ -32,7 +32,7 @@ jobs:

run-tests:
docker:
- image: cimg/python:3.8.6
- image: cimg/python:3.8
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

sam_deploy:
docker:
- image: cimg/python:3.8.6
- image: cimg/python:3.8
working_directory: ~/repo/
parameters:
dc-environment:
Expand Down

0 comments on commit 0bc459a

Please sign in to comment.