From 08548eb2228694da33e95614fea0f9926ec1f4bb Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Thu, 14 Mar 2024 12:17:59 -0700 Subject: [PATCH] try reformatting CI slightly --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9e0abfc..e83910a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: - name: Surface Fluxes Perfect Model Test run: | julia --project=experiments/surface_fluxes_perfect_model -e 'using Pkg; Pkg.instantiate(;verbose=true)' - - run: | # Test the surfacefluxes experiment with 10 threads julia -t 10 --project=experiments/surface_fluxes_perfect_model test/test_sf.jl - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1