diff --git a/.github/workflows/python-temporary-test.yml b/.github/workflows/python-temporary-test.yml index d8ad71cccc..95d725289c 100644 --- a/.github/workflows/python-temporary-test.yml +++ b/.github/workflows/python-temporary-test.yml @@ -11,6 +11,10 @@ env: jobs: end-to-end: runs-on: ubuntu-latest + strategy: + matrix: + attempt: [1, 2, 3, 4 ,5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + fail-fast: false steps: - name: Checkout uses: actions/checkout@v4