Skip to content

Commit

Permalink
Modify clawpack python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed Feb 5, 2025
1 parent a3e595c commit cbf4587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
path: classic
- name: Install clawpack
run: |
pip install --user -e $CLAW
pip install --no-build-isolation --editable $CLAW
# pip install --user -e $CLAW
- name: Lint with flake8
run: |
Expand Down

0 comments on commit cbf4587

Please sign in to comment.