Skip to content

Commit eea7187

Browse files
committed
Experiment with updating conda
1 parent 9ba40a7 commit eea7187

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: echo $CONDA/bin >> $GITHUB_PATH
4040

4141
- name: Install conda-build
42-
run: conda install conda-build
42+
run: |
43+
conda update -n base --all
44+
conda install conda-build
4345
4446
- name: Build conda package
4547
run: |

0 commit comments

Comments
 (0)