Skip to content

Commit

Permalink
don't update conda in CI, gets updated after mamba install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Dec 12, 2023
1 parent 3d58386 commit 2aa32c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup conda
uses: s-weigand/setup-conda@v1
with:
update-conda: true
update-conda: false
conda-channels: conda-forge

- name: Prepare conda environment
Expand Down

0 comments on commit 2aa32c5

Please sign in to comment.