Skip to content

Commit

Permalink
remove extra flags
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 11, 2024
1 parent 55298ef commit a6ea142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6ea142

Please sign in to comment.