소스 검색

set docker image (#105)

justheuristic 4 년 전
부모
커밋
8c166ad2ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -6,6 +6,8 @@ orbs:
 jobs:
   build-and-test:
     executor: python/default
+    docker:
+      - image: circleci/python:3.8.1
     steps:
       - checkout
       - python/load-cache