Skip to content

Commit e0347c0

Browse files
committed
Revert "Update to current circle ci convenience image"
This reverts commit 65520ce.
1 parent 7b019aa commit e0347c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/code
55
docker:
6-
- image: cimg/python:3.8.1
6+
- image: circleci/python:3.8.1
77
steps:
88
- checkout
99
- run:
@@ -38,7 +38,7 @@ jobs:
3838
lint:
3939
working_directory: ~/code
4040
docker:
41-
- image: cimg/python:3.8.1
41+
- image: circleci/python:3.8.1
4242
steps:
4343
- checkout
4444
- run:
@@ -49,7 +49,7 @@ jobs:
4949
generate_docs:
5050
working_directory: ~/code
5151
docker:
52-
- image: cimg/python:3.8.1
52+
- image: circleci/python:3.8.1
5353
steps:
5454
- checkout
5555
- run:

0 commit comments

Comments
 (0)