Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: "1.10"

- name: Cache Julia artifacts
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3

- name: Instantiate OceanStationPapa
run: julia --project=OceanStationPapa -e 'using Pkg; Pkg.instantiate()'
Expand All @@ -52,7 +52,7 @@ jobs:
version: "1.10"

- name: Cache Julia artifacts
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3

- name: Instantiate NORiImplementation
run: julia --project=NORiImplementation -e 'using Pkg; Pkg.develop([Pkg.PackageSpec(path="."), Pkg.PackageSpec(path="OceanStationPapa")]); Pkg.instantiate()'
Expand All @@ -79,7 +79,7 @@ jobs:
version: "1.10"

- name: Cache Julia artifacts
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3

- name: Instantiate NORiImplementation
run: julia --project=NORiImplementation -e 'using Pkg; Pkg.develop([Pkg.PackageSpec(path="."), Pkg.PackageSpec(path="OceanStationPapa")]); Pkg.instantiate()'
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
version: "1.10"

- name: Cache Julia artifacts
uses: julia-actions/cache@v2
uses: julia-actions/cache@v3

- name: Cache Julia DataDeps
uses: actions/cache@v4
Expand Down
Loading