Skip to content

Commit

Permalink
Update linting.yml order of operations
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli authored Jul 1, 2024
1 parent 2a4a88d commit 969fdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
repository: clawpack/clawpack
submodules: true
- name: Checkout surge-examples
uses: actions/checkout@v4.1.5
- name: Install clawpack
run: |
pip install --no-build-isolation --editable .
- name: Checkout surge-examples
uses: actions/checkout@v4.1.5

- name: Lint with flake8
run: |
Expand Down

0 comments on commit 969fdb0

Please sign in to comment.