Skip to content

Commit

Permalink
Metadata crosswalk testing only works in Julia 1.8 and up.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 18, 2024
1 parent c8bc5d4 commit 910cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Phylo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function is_repo_clean(repo_path)
return is_clean
end

if !haskey(ENV, "RUNNER_OS") || ENV["RUNNER_OS"] "Windows"
if VERSION VersionNumber("1.8.0") && (!haskey(ENV, "RUNNER_OS") || ENV["RUNNER_OS"] "Windows")
Pkg.develop(url = "https://github.com/richardreeve/ResearchSoftwareMetadata.jl.git")
using ResearchSoftwareMetadata

Expand Down

0 comments on commit 910cd33

Please sign in to comment.