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 1b1e649 commit d90fba3Copy full SHA for d90fba3
.circleci/config.yml
@@ -5,7 +5,8 @@ orbs:
5
6
jobs:
7
build_doc:
8
- executor: python/default
+ docker:
9
+ - image: circleci/python:3.8
10
steps:
11
- checkout
12
- python/load-cache
0 commit comments