Skip to content

Commit

Permalink
Update .github/workflows/pip-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Dec 5, 2024
1 parent 3f0cc6d commit a5bd616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5bd616

Please sign in to comment.