From a6ea142c341c63a10c38e6bb4c68440a019aceed Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:20:41 -0400 Subject: [PATCH] remove extra flags --- .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 d503651ae..f5b0e6c49 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 }} - name: Use Node.js 20 uses: actions/setup-node@v4