Skip to content

Commit

Permalink
test retrying instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 30, 2024
1 parent 57890e5 commit cfa5460
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: julia --project=test -e 'using Conda; Conda.add("scipy=1.14.1"); Conda.add("scikit-learn=1.5.1")'
- uses: nick-fields/retry@v3
with:
max_attempts: 2
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")'
env:
PYTHON: ""
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit cfa5460

Please sign in to comment.