diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 96dcc24..c998b03 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,12 @@ jobs: with: java-version: 1.8 - name: Install dependencies - run: | + uses: nick-fields/retry@v2 + with: + max_attempts: 3 + timeout_minutes: 5 + retry_on: error + command: | # see: https://github.com/pypa/pip/issues/11972 python -m pip install wheel python -m pip install --upgrade pip