Skip to content

Commit

Permalink
Pin conda and conda-build for VS2019 conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 12, 2024
1 parent eb5fda4 commit 6be963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
export VSDEVCMD_ARGS=''
source "${BUILD_ENV_FILE}"
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
conda install -yq conda-build "conda-package-handling!=1.5.0"
conda install -yq conda=24.4.0 conda-build=24.3.0 "conda-package-handling!=1.5.0"
conda build \
-c defaults \
Expand Down

0 comments on commit 6be963f

Please sign in to comment.