Skip to content

Commit

Permalink
Merge pull request #64 from euroargodev/debug1
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
gaelforget authored Sep 16, 2024
2 parents 9e8cb21 + 05691d4 commit 98d21eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ println(pth)

#python dependencies

run_argopy=true
run_argopy=false
Sys.ARCH==:aarch64 ? run_argopy=false : nothing

if run_argopy
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ using ArgoData, MeshArrays, Test
using Climatology, MITgcm

ENV["DATADEPS_ALWAYS_ACCEPT"]=true
Climatology.MITPROFclim_download()
clim_path=Climatology.MITPROFclim_download()
readdir(clim_path)

if run_argopy
@testset "argopy" begin
Expand Down

0 comments on commit 98d21eb

Please sign in to comment.