Skip to content

Commit de23f95

Browse files
authored
Pin conda to 23.7.3 before doing conda build in windows (#4717)
Pin conda to 23.7.3 before doing conda build in windows Small code cleanup to remove commented out lines
1 parent ebcd105 commit de23f95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_conda_windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
export VSDEVCMD_ARGS=''
135135
source "${BUILD_ENV_FILE}"
136136
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
137-
conda install -yq conda-build "conda-package-handling!=1.5.0"
137+
conda install -yq conda-build "conda-package-handling!=1.5.0" conda=23.7.3
138138
139139
conda build \
140140
-c defaults \
@@ -155,10 +155,6 @@ jobs:
155155
export VSTOOLCHAIN_PACKAGE=vs2019
156156
export VSDEVCMD_ARGS=''
157157
158-
#conda install -yq conda-build "conda-package-handling!=1.5.0"
159-
#bash packaging/build_conda.sh
160-
161-
162158
conda build \
163159
-c defaults \
164160
-c "${CUDATOOLKIT_CHANNEL}" \

0 commit comments

Comments
 (0)