From e7e0673392c46bbaefbd871f3654e3f23dd8658b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 16:00:52 -0500 Subject: [PATCH] Remove cleanup --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1934c42..679bed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,7 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: environment-file: .github/environment.yml - cache-environment: true - post-cleanup: 'all' + init-shell: bash - name: Install OpenMC shell: bash