Skip to content

Commit

Permalink
Run metadata test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 18, 2024
1 parent 3a4a1a4 commit c8bc5d4
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 ENV["RUNNER_OS"] "Windows"
if !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 c8bc5d4

Please sign in to comment.