Skip to content

Commit

Permalink
Fixing pinning CondaPkg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Sep 8, 2024
1 parent 82d98e4 commit 1988fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
${{ runner.os }}-
- name: Pin CondaPkg to avoid issues
run: |
julia --project=@. -e 'import Pkg; Pkg.add(Pkg.PackageSpec(name="CondaPkg", version="0.2.22")); import CondaPkg; Pkg.pin(CondaPkg)'
julia --project=@. -e 'import Pkg; Pkg.add(Pkg.PackageSpec(name="CondaPkg", version="0.2.22")); import CondaPkg; Pkg.pin("CondaPkg")'
- uses: julia-actions/julia-runtest@latest
env:
JULIA_SSL_CA_ROOTS_PATH: ""
Expand Down

0 comments on commit 1988fdd

Please sign in to comment.