From c8bc5d47553705da2346fed2d63bdcab4685b184 Mon Sep 17 00:00:00 2001 From: richardreeve Date: Thu, 18 Jul 2024 03:00:54 +0100 Subject: [PATCH] Run metadata test locally --- test/test_Phylo.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Phylo.jl b/test/test_Phylo.jl index 8eed2a0..820cb52 100644 --- a/test/test_Phylo.jl +++ b/test/test_Phylo.jl @@ -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