Skip to content

Commit

Permalink
update not_base env name in mamba command
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Nov 25, 2024
1 parent c19ba6f commit 6d8a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
conda config --show channels
conda search r-matrixstats
- name: Update environment
run: mamba env update -n base -f workflow/envs/base.yml
run: mamba env update -n not_base -f workflow/envs/base.yml
if: steps.cache.outputs.cache-hit != 'true'
- name: Check conda install
run: |
Expand Down

0 comments on commit 6d8a778

Please sign in to comment.