From d6ab064909512982f3c3e4f44839702f024ec591 Mon Sep 17 00:00:00 2001 From: Alper Altuntas Date: Wed, 27 Mar 2024 13:09:55 -0600 Subject: [PATCH] update ci --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a8ed990..ea7d799 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -50,7 +50,7 @@ jobs: CIME_TEST_PLATFORM: ubuntu-latest run: | export SRC_PATH="${GITHUB_WORKSPACE}" - mkdir scratch + mkdir -p /home/runner/cesm/scratch cd visualCaseGen/ conda activate visualCaseGen pytest tests