From 82cb14708f68a4cf432024829212a119cd4e6d83 Mon Sep 17 00:00:00 2001 From: Kyle Mandli Date: Fri, 10 May 2024 16:51:31 -0400 Subject: [PATCH] Modify testing action --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 296146e69..58c2e820f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,9 @@ jobs: - name: Install clawpack run: | + ls -l cd $CLAW + ls -l pip install --user -e $CLAW # - name: Lint with flake8