From 55298efc654a3ffdfc25b6cea595325ec0dd84a4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:04:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bd476d695..d503651ae 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -61,7 +61,7 @@ jobs: - if: steps.cache.outputs.cache-hit != 'true' name: Create and activate environment - run: mamba env update --name nwb-guide --file ${{ matrix.label }} --no-cache-dir --no-default-packages + run: mamba env update --name nwb-guide --file ${{ matrix.label }} --no-cache-dir --no-default-packages - name: Use Node.js 20 uses: actions/setup-node@v4