From 0b38e7e5e273a34b49f0c4362ea78e76723dda76 Mon Sep 17 00:00:00 2001 From: psakievich Date: Mon, 13 Jan 2025 15:47:10 -0700 Subject: [PATCH] Skip imports --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e954e284..b1ac05d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: - name: Install extension run: spack config add config:extensions:[${GITHUB_WORKSPACE}] - name: Spack Style - run: spack style manager tests + run: spack style -s import manager tests quick-commands: runs-on: ubuntu-latest strategy: