Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify testing action
Browse files Browse the repository at this point in the history
mandli committed May 10, 2024
1 parent 82cb147 commit fd67ed5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit fd67ed5

Please sign in to comment.