Skip to content

Commit b46de7d

Browse files
committed
update conda in base environment
1 parent c261730 commit b46de7d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/conda-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
- name: Add conda to system path
5353
run: echo $CONDA/bin >> $GITHUB_PATH
5454
- name: Install conda-build
55-
run: conda install conda-build -c conda-forge --override-channels
55+
run: |
56+
conda update -n base --all
57+
conda install conda-build -c conda-forge --override-channels
5658
- name: Store conda paths as envs
5759
shell: bash -l {0}
5860
run: |
@@ -108,6 +110,7 @@ jobs:
108110

109111
- name: Install conda build
110112
run: |
113+
conda update -n base --all
111114
conda install -n base -y conda-build
112115
conda list -n base
113116

0 commit comments

Comments
 (0)