From 05bf613c86c247bf609b70fb274a9a73dd2e8edf Mon Sep 17 00:00:00 2001 From: psakievich Date: Mon, 13 Jan 2025 16:51:24 -0700 Subject: [PATCH] Nightly test is failing (#621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Nightly test is failing Looks the path is wrong? 🤔 * 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 371110bb..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 ${GITHUB_WORKSPACE}/manager ${GITHUB_WORKSPACE}/tests + run: spack style -s import manager tests quick-commands: runs-on: ubuntu-latest strategy: