Skip to content

Commit 28d4d9d

Browse files
authored
Change CircleCI lint machine to docker (#2292)
1 parent ddd6054 commit 28d4d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ commands:
6666

6767
jobs:
6868
lint:
69-
machine:
70-
image: ubuntu-1604:202104-01
69+
docker:
70+
- image: cimg/python:3.6
7171
resource_class: medium
7272
steps:
7373
- checkout

0 commit comments

Comments
 (0)