Skip to content

Commit 9dd763a

Browse files
authored
update circleci image (#392)
1 parent bf2ca1e commit 9dd763a

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
@@ -72,7 +72,7 @@ commands:
7272
jobs:
7373
style-check:
7474
docker:
75-
- image: circleci/python:3.6.13
75+
- image: cimg/python:3.6.13
7676
steps:
7777
- install_git_lfs
7878
- cached_checkout
@@ -91,7 +91,7 @@ jobs:
9191

9292
unit-tests:
9393
docker:
94-
- image: circleci/python:3.6.13
94+
- image: cimg/python:3.6.13
9595
steps:
9696
- install_git_lfs
9797
- cached_checkout

0 commit comments

Comments
 (0)