From eadb95be471a66c7406ce874d86963f93bd49875 Mon Sep 17 00:00:00 2001 From: Anchal Gupta Date: Wed, 20 Mar 2024 17:16:57 -0700 Subject: [PATCH] environment setup using make --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c74fb0..888a66c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,6 @@ jobs: - name: Setup julia environment run: | - julia --project=. -e 'using Pkg; Pkg.rm("OMAS"); Pkg.add(url="git@github.com:ProjectTorreyPines/OMAS.jl.git", rev="master"); Pkg.instantiate()' + make u - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 \ No newline at end of file