Skip to content

Commit

Permalink
Fix windows smoke tests
Browse files Browse the repository at this point in the history
test

test

test

test

Pin conda before doing conda build in windows

remove_tests
  • Loading branch information
atalman committed Nov 9, 2023
1 parent 9115722 commit ecb6cf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_conda_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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-build "conda-package-handling!=1.5.0" conda=23.7.3
conda build \
-c defaults \
Expand All @@ -155,10 +155,6 @@ jobs:
export VSTOOLCHAIN_PACKAGE=vs2019
export VSDEVCMD_ARGS=''
#conda install -yq conda-build "conda-package-handling!=1.5.0"
#bash packaging/build_conda.sh
conda build \
-c defaults \
-c "${CUDATOOLKIT_CHANNEL}" \
Expand Down

0 comments on commit ecb6cf0

Please sign in to comment.