Skip to content

Commit

Permalink
Don't auto-update CI mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 2, 2023
1 parent 0816075 commit 95df8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
mamba-version: "*"
channels: conda-forge,e3sm/label/compass,defaults
channel-priority: strict
auto-update-conda: true
auto-update-conda: false
python-version: ${{ matrix.python-version }}

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mamba-version: "*"
channels: conda-forge,e3sm/label/compass,defaults
channel-priority: strict
auto-update-conda: true
auto-update-conda: false
python-version: ${{ matrix.python-version }}

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down

0 comments on commit 95df8be

Please sign in to comment.