Skip to content

Commit

Permalink
Pkg.add in global environment instead of Pkg.develop
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed May 2, 2024
1 parent 7d626ca commit a8a0412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
arch: ${{ matrix.arch }}
- name: Add dependencies
run:
julia --project -e 'import Pkg;
Pkg.develop(url = "https://github.com/emmt/FITSHeaders.jl");'
julia --project -e 'import Pkg;
Pkg.develop(url = "https://github.com/emmt/EasyFITS.jl");'
julia -e 'import Pkg;
Pkg.add(url = "https://github.com/emmt/FITSHeaders.jl");'
julia -e 'import Pkg;
Pkg.add(url = "https://github.com/emmt/EasyFITS.jl");'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
Expand Down

0 comments on commit a8a0412

Please sign in to comment.