From 1751eaee8e01257a04faa6d58919ce31449ac51f Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Wed, 11 Sep 2024 16:54:33 +0100 Subject: [PATCH] reinstate env caching #188 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2fa6b03..3a7b1d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: python=${{ matrix.pyver }} pytest>=6.2.5 init-shell: bash - cache-environment: false + cache-environment: true post-cleanup: 'all' - name: Install graphicle