File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -958,11 +958,6 @@ jobs:
958
958
machine:
959
959
image: ubuntu-2004-cuda-11.4:202110-01
960
960
resource_class: gpu.nvidia.small
961
- environment:
962
- PYTHON_VERSION: << parameters.python_version >>
963
- PYTORCH_VERSION: << parameters.pytorch_version >>
964
- UNICODE_ABI: << parameters.unicode_abi >>
965
- CU_VERSION: << parameters.cu_version >>
966
961
steps:
967
962
- checkout_merge
968
963
- designate_upload_channel
@@ -986,7 +981,7 @@ jobs:
986
981
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
987
982
sh conda.sh -b
988
983
source $HOME/miniconda3/bin/activate
989
- conda install -yq conda-build cmake
984
+ conda install -yq conda-build cmake python=<< parameters.python_version >>
990
985
packaging/build_cmake.sh
991
986
992
987
cmake_windows_cpu:
You can’t perform that action at this time.
0 commit comments