diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 5aed29b..fe29b93 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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: |