Skip to content

Commit

Permalink
fix python
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 30, 2024
1 parent 9acde67 commit 28cf457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
arch:
- x64
steps:
- run: julia --project=test -e 'using Conda; Conda.add("scipy=1.14.1")'
env:
PYTHON: ""
- uses: actions/checkout@v4
- uses: actions/cache@v1
env:
Expand All @@ -48,6 +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")'
env:
PYTHON: ""
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 28cf457

Please sign in to comment.