File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -991,6 +991,10 @@ jobs:
991991 command: |
992992 set -ex
993993 source packaging/windows/internal/vc_install_helper.sh
994+ eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
995+ conda activate base
996+ conda create -yn python39 python=3.9
997+ conda activate python39
994998 packaging/build_cmake.sh
995999
9961000 cmake_windows_gpu:
@@ -1008,6 +1012,11 @@ jobs:
10081012 set -ex
10091013 source packaging/windows/internal/vc_install_helper.sh
10101014 packaging/windows/internal/cuda_install.bat
1015+ eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
1016+ conda activate
1017+ conda update -y conda
1018+ conda create -yn python39 python=3.9
1019+ conda activate python39
10111020 packaging/build_cmake.sh
10121021
10131022 build_docs:
You can’t perform that action at this time.
0 commit comments