Skip to content

Commit

Permalink
[fbsync] Use python 3.9 conda environment for cmake circleci workflows (
Browse files Browse the repository at this point in the history
#7370)

Reviewed By: vmoens

Differential Revision: D44416548

fbshipit-source-id: 8ec4efdd08bbfa88b1eb07316ab13af4fce82369
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Mar 30, 2023
1 parent 2e29fd7 commit cfef168
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 @@ -995,6 +995,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 @@ -1012,6 +1016,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 cfef168

Please sign in to comment.