@@ -45,14 +45,6 @@ commands:
4545 our_upload_channel=test
4646 fi
4747 echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
48- install_cuda_compatible_cmath:
49- description: "Install CUDA compatible cmath"
50- steps:
51- - run:
52- name: _HACK_ Install CUDA compatible cmath
53- no_output_timeout: 1m
54- command: |
55- powershell .circleci/scripts/vs_install_cmath.ps1
5648
5749 brew_update:
5850 description: "Update Homebrew and install base formulae"
@@ -301,7 +293,6 @@ jobs:
301293 steps:
302294 - checkout_merge
303295 - designate_upload_channel
304- - install_cuda_compatible_cmath
305296 - run:
306297 name: Build conda packages
307298 no_output_timeout: 20m
@@ -333,7 +324,6 @@ jobs:
333324 steps:
334325 - checkout_merge
335326 - designate_upload_channel
336- - install_cuda_compatible_cmath
337327 - run:
338328 name: Build wheel packages
339329 command: |
@@ -713,7 +703,6 @@ jobs:
713703 steps:
714704 - checkout
715705 - designate_upload_channel
716- - install_cuda_compatible_cmath
717706 - run:
718707 name: Generate cache key
719708 # This will refresh cache on Sundays, nightly build should generate new cache.
@@ -755,7 +744,6 @@ jobs:
755744 steps:
756745 - checkout
757746 - designate_upload_channel
758- - install_cuda_compatible_cmath
759747 - run:
760748 name: Generate cache key
761749 # This will refresh cache on Sundays, nightly build should generate new cache.
@@ -885,7 +873,6 @@ jobs:
885873 steps:
886874 - checkout_merge
887875 - designate_upload_channel
888- - install_cuda_compatible_cmath
889876 - run:
890877 command: |
891878 set -ex
@@ -899,7 +886,6 @@ jobs:
899886 steps:
900887 - checkout_merge
901888 - designate_upload_channel
902- - install_cuda_compatible_cmath
903889 - run:
904890 command: |
905891 set -ex
0 commit comments