Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 30, 2024
1 parent cfa5460 commit f5ccac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: nick-fields/retry@v3
with:
max_attempts: 2
timeout_minutes: 10
command: |
julia --color=yes --project=test -e 'using Pkg; Pkg.instantiate()'
julia --project=test -e 'using Conda; Conda.add("scipy=1.14.1"); Conda.add("scikit-learn=1.5.1")'
Expand Down

0 comments on commit f5ccac3

Please sign in to comment.