From aef35e622ee3d1ad13f57fc4eae2f7e0b49dab5b Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Mon, 2 Oct 2023 10:30:39 -0500 Subject: [PATCH] ci: increase Pyodide CI retries to 6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 118e1f4c..6e67e745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: uses: nick-fields/retry@v2 with: timeout_minutes: 10 - max_attempts: 3 + max_attempts: 6 command: | source $VENV poe test-pyodide