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 @@ -995,6 +995,10 @@ jobs:
995
995
command: |
996
996
set -ex
997
997
source packaging/windows/internal/vc_install_helper.sh
998
+ eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
999
+ conda activate base
1000
+ conda create -yn python39 python=3.9
1001
+ conda activate python39
998
1002
packaging/build_cmake.sh
999
1003
1000
1004
cmake_windows_gpu:
@@ -1012,6 +1016,11 @@ jobs:
1012
1016
set -ex
1013
1017
source packaging/windows/internal/vc_install_helper.sh
1014
1018
packaging/windows/internal/cuda_install.bat
1019
+ eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
1020
+ conda activate
1021
+ conda update -y conda
1022
+ conda create -yn python39 python=3.9
1023
+ conda activate python39
1015
1024
packaging/build_cmake.sh
1016
1025
1017
1026
build_docs:
You can’t perform that action at this time.
0 commit comments