Skip to content

Commit

Permalink
add retry to upstream-dev-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Jan 11, 2024
1 parent 8955ac1 commit b1c78ae
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
conda info
conda list
- name: make html
working-directory: ./docs
run: |
make html
uses: nick-fields/retry@v2
with:
timeout_minutes: 40
max_attempts: 3
command: |
eval "$(micromamba shell hook --shell bash)"
micromamba activate
micromamba activate geocat-examples
cd docs
make html

0 comments on commit b1c78ae

Please sign in to comment.