From fd67ed59b01cee62ae7213b9a97e966882426626 Mon Sep 17 00:00:00 2001 From: Kyle Mandli Date: Fri, 10 May 2024 16:54:01 -0400 Subject: [PATCH] Modify testing action --- .github/workflows/testing.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 58c2e820f..ab58dfb14 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -48,9 +48,11 @@ jobs: - name: Install clawpack run: | ls -l - cd $CLAW - ls -l - pip install --user -e $CLAW + + # cd $CLAW + # ls -l + + # pip install --user -e $CLAW # - name: Lint with flake8 # run: |