Skip to content

Commit

Permalink
install retry too
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Sep 12, 2023
1 parent 1020b3e commit 6ce9f06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ce9f06

Please sign in to comment.