Skip to content

Commit 17c6446

Browse files
committed
ci(python-wasm): pull docker images with retry
1 parent 2f74b51 commit 17c6446

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/python-wasm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
with:
5252
run_install: true
5353

54+
- uses: nick-fields/retry@v3
55+
if: ${{ matrix.os == 'ubuntu-22.04' }}
56+
with:
57+
max_attempts: 5
58+
timeout_minutes: 10
59+
command: ./src/docker/pull.sh --no-debug
60+
5461
- name: Build build:gen:python
5562
if: ${{ matrix.os == 'ubuntu-22.04' }}
5663
run: |

0 commit comments

Comments
 (0)