Skip to content

Commit 21574b9

Browse files
committed
fix: try docker pull in bg
1 parent 1fba39f commit 21574b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ jobs:
185185
<<: *windows_medium
186186
parallelism: 2 # Run tests across 2 containers
187187
steps:
188+
- run:
189+
name: Start Docker pull
190+
command: docker pull python@sha256:1f92d35b567363820d0f2f37c7ccf2c1543e2d852cea01edb027039e6aef25e6
191+
background: true
188192
- checkout
189193
- install_node_npm:
190194
node_version: << parameters.node_version >>

0 commit comments

Comments
 (0)