Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Nov 20, 2023
1 parent df45259 commit ae27d17
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 @@ -49,7 +49,7 @@ jobs:
- name: "KomaMRIPlots dev setup"
shell: bash
run: |
julia --color=yes --project="KomaMRIPlots" -e "using Pkg; Pkg.develop(PackageSpec(; path=\"./KomaMRICore\")); Pkg.update()"
julia --color=yes --project="KomaMRIPlots" -e "using Pkg; Pkg.develop(PackageSpec(; path=\"./KomaMRICore\"));"
- uses: julia-actions/julia-buildpkg@v1
with:
project: KomaMRIPlots
Expand All @@ -61,8 +61,8 @@ jobs:
shell: julia --color=yes --project {0}
run: |
using Pkg
Pkg.add(PackageSpec(path=pwd(), subdir="KomaMRICore"))
Pkg.add(PackageSpec(path=pwd(), subdir="KomaMRIPlots"))
Pkg.develop(PackageSpec(path=pwd(), subdir="KomaMRICore"))
Pkg.develop(PackageSpec(path=pwd(), subdir="KomaMRIPlots"))
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit ae27d17

Please sign in to comment.