Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: pull windows client image in a separate step (#796)
# Motivation Separate pull and run of windows image to improve workflows success rate. # Description This PR modifies the CI to pull bench windows image before running them to let more time to download the image than the run of it. # Testing Windows workflow now succeed. # Impact Improve windows workflow success rate. # Checklist - [x] My code adheres to the coding and style guidelines of the project. - [x] I have performed a self-review of my code. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have made corresponding changes to the documentation. - [x] I have thoroughly tested my modifications and added tests when necessary. - [x] Tests pass locally and in the CI. - [x] I have assessed the performance impact of my modifications.
- Loading branch information