Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jun 13, 2024
1 parent c266df8 commit febdd8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
matrix:
version:
- '1.9'
- '1.10'
- '1'
- nightly
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -75,8 +76,6 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Pkg.add(url="[email protected]:TimSiebert1/ADOLC_jll.jl.git")
Pkg.Registry.update()
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit febdd8d

Please sign in to comment.