Skip to content

Commit b46e0f6

Browse files
authored
Pin conda-build to 3.28.4 version in GitHub action (#1678)
* Add extra pre-step to free more memory on Ubuntu runners * Exclude Windows runners * Enable conda verbosity * Pin conda-build to 3.28.4 * Pinned conda-build in test jobs
1 parent c7770fd commit b46e0f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
(echo CONDA_BLD=%CONDA_PREFIX%\conda-bld\win-64\) >> %GITHUB_ENV%
9797
9898
- name: Install conda-build
99-
run: conda install conda-build
99+
run: conda install conda-build=3.28.4
100100

101101
- name: Cache conda packages
102102
uses: actions/cache@v4
@@ -167,7 +167,7 @@ jobs:
167167

168168
# Needed to be able to run conda index
169169
- name: Install conda-build
170-
run: conda install conda-build
170+
run: conda install conda-build=3.28.4
171171

172172
- name: Create conda channel
173173
run: conda index ${{ env.channel-path }}
@@ -283,7 +283,7 @@ jobs:
283283
284284
# Needed to be able to run conda index
285285
- name: Install conda-build
286-
run: conda install conda-build
286+
run: conda install conda-build=3.28.4
287287

288288
- name: Create conda channel
289289
run: conda index ${{ env.channel-path }}

0 commit comments

Comments
 (0)