From b63adea5c36571d87e612a4665ba68e68b2c3d56 Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Mon, 13 May 2024 21:28:00 +0000 Subject: [PATCH] moved Cache to before install of Rocoto because it had a duel purpose of restoring caches that have been created --- .github/workflows/ci-unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit_tests.yaml b/.github/workflows/ci-unit_tests.yaml index 755b116dfa..e94a8c0f46 100644 --- a/.github/workflows/ci-unit_tests.yaml +++ b/.github/workflows/ci-unit_tests.yaml @@ -28,7 +28,7 @@ jobs: # If you have a requirements.txt file, you can install all dependencies using: # pip install -r requirements.txt - - name: Cache Rocoto + - name: Cache Rocoto Install uses: actions/cache@v4 with: path: ~/rocoto