Skip to content

Commit d90fba3

Browse files
authored
fix circle ci (AtsushiSakai#419)
* fix circle ci * fix circle ci * fix circle ci
1 parent 1b1e649 commit d90fba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ orbs:
55

66
jobs:
77
build_doc:
8-
executor: python/default
8+
docker:
9+
- image: circleci/python:3.8
910
steps:
1011
- checkout
1112
- python/load-cache

0 commit comments

Comments
 (0)