File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -991,6 +991,10 @@ jobs:
991
991
command: |
992
992
set -ex
993
993
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
994
998
packaging/build_cmake.sh
995
999
996
1000
cmake_windows_gpu:
@@ -1008,6 +1012,11 @@ jobs:
1008
1012
set -ex
1009
1013
source packaging/windows/internal/vc_install_helper.sh
1010
1014
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
1011
1020
packaging/build_cmake.sh
1012
1021
1013
1022
build_docs:
You can’t perform that action at this time.
0 commit comments