We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcd105 commit de23f95Copy full SHA for de23f95
.github/workflows/build_conda_windows.yml
@@ -134,7 +134,7 @@ jobs:
134
export VSDEVCMD_ARGS=''
135
source "${BUILD_ENV_FILE}"
136
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
137
- conda install -yq conda-build "conda-package-handling!=1.5.0"
+ conda install -yq conda-build "conda-package-handling!=1.5.0" conda=23.7.3
138
139
conda build \
140
-c defaults \
@@ -155,10 +155,6 @@ jobs:
155
export VSTOOLCHAIN_PACKAGE=vs2019
156
157
158
- #conda install -yq conda-build "conda-package-handling!=1.5.0"
159
- #bash packaging/build_conda.sh
160
-
161
162
163
164
-c "${CUDATOOLKIT_CHANNEL}" \
0 commit comments