We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c261730 commit b46de7dCopy full SHA for b46de7d
1 file changed
.github/workflows/conda-package.yml
@@ -52,7 +52,9 @@ jobs:
52
- name: Add conda to system path
53
run: echo $CONDA/bin >> $GITHUB_PATH
54
- name: Install conda-build
55
- run: conda install conda-build -c conda-forge --override-channels
+ run: |
56
+ conda update -n base --all
57
+ conda install conda-build -c conda-forge --override-channels
58
- name: Store conda paths as envs
59
shell: bash -l {0}
60
run: |
@@ -108,6 +110,7 @@ jobs:
108
110
109
111
- name: Install conda build
112
113
114
conda install -n base -y conda-build
115
conda list -n base
116
0 commit comments