Skip to content

Commit

Permalink
try other order
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 11, 2024
1 parent a0f095f commit fe66dd3
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 --no-cache-dir --no-default-packages --name nwb-guide --file ${{ matrix.label }}
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
Expand Down

0 comments on commit fe66dd3

Please sign in to comment.