From 57f95baf1c31db56716a114e0def24ce5cbfc739 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 26 Sep 2024 11:04:24 -0500 Subject: [PATCH] FIX: Go back to caching --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9331871c9c..742bf1a86a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: environment-name: pyart-dev init-shell: >- bash - cache-downloads: false + cache-downloads: true post-cleanup: "all" create-args: python=${{ matrix.python-version }}