We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fba39f commit 21574b9Copy full SHA for 21574b9
.circleci/config.yml
@@ -185,6 +185,10 @@ jobs:
185
<<: *windows_medium
186
parallelism: 2 # Run tests across 2 containers
187
steps:
188
+ - run:
189
+ name: Start Docker pull
190
+ command: docker pull python@sha256:1f92d35b567363820d0f2f37c7ccf2c1543e2d852cea01edb027039e6aef25e6
191
+ background: true
192
- checkout
193
- install_node_npm:
194
node_version: << parameters.node_version >>
0 commit comments