Skip to content

Commit

Permalink
[Cherry-pick for 0.15] Use python 3.9 conda environment for cmake cir…
Browse files Browse the repository at this point in the history
…cleci workflows (#7370)  (#7371)

Co-authored-by: Philip Meier <[email protected]>
Co-authored-by: Andrey Talman <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2023
1 parent 7bd9632 commit 23e3ede
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,10 @@ jobs:
command: |
set -ex
source packaging/windows/internal/vc_install_helper.sh
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
conda activate base
conda create -yn python39 python=3.9
conda activate python39
packaging/build_cmake.sh

cmake_windows_gpu:
Expand All @@ -1008,6 +1012,11 @@ jobs:
set -ex
source packaging/windows/internal/vc_install_helper.sh
packaging/windows/internal/cuda_install.bat
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
conda activate
conda update -y conda
conda create -yn python39 python=3.9
conda activate python39
packaging/build_cmake.sh

build_docs:
Expand Down

0 comments on commit 23e3ede

Please sign in to comment.