From 3f0cc6dcacf5891675a6315b5bdb32fb310fe240 Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Thu, 5 Dec 2024 20:42:16 +0000 Subject: [PATCH] debugging --- .github/workflows/pip-mac.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pip-mac.yml b/.github/workflows/pip-mac.yml index 7c7c9f8310..cd1817f60f 100644 --- a/.github/workflows/pip-mac.yml +++ b/.github/workflows/pip-mac.yml @@ -119,6 +119,6 @@ jobs: -k "poisson_strong or stokes_mini or dg_advection" timeout-minutes: 30 - - name: Cleanup (post) - if: ${{ always() }} - run: rm -rf pip_venv + #- name: Cleanup (post) + # if: ${{ always() }} + # run: rm -rf pip_venv