From 969fdb037a65bcfe0281a3cb9f21674de7985d93 Mon Sep 17 00:00:00 2001 From: Kyle Mandli Date: Mon, 1 Jul 2024 12:44:30 -0400 Subject: [PATCH] Update linting.yml order of operations --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |