Skip to content

Commit f471226

Browse files
authored
Fix nightly CI tests (#2400)
1 parent 149bfdf commit f471226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
docker:
151151
- image: cimg/python:3.6
152152
steps:
153+
- setup_remote_docker
154+
- checkout
153155
- run:
154156
name: Install Cortex CLI
155157
command: |
@@ -243,6 +245,7 @@ jobs:
243245
docker:
244246
- image: cimg/python:3.6
245247
steps:
248+
- setup_remote_docker
246249
- run:
247250
name: Install Cortex CLI
248251
command: |

0 commit comments

Comments
 (0)