We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38938f7 commit 7d02248Copy full SHA for 7d02248
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
jobs:
4
build_test:
5
docker:
6
- - image: circleci/python:3.6.4
+ - image: cimg/python:3.6.4
7
steps:
8
- checkout # checkout source code to working directory
9
- run:
0 commit comments