Skip to content

Commit

Permalink
one mroe try
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 30, 2024
1 parent 28cf457 commit ef49fec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ 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")'
- run: |
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 ef49fec

Please sign in to comment.