@@ -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"
@@ -192,8 +184,9 @@ jobs:
192184 - checkout
193185 - run:
194186 command: |
195- pip install --user --progress-bar off flake8 typing
196- flake8 --config=setup.cfg .
187+ pip install --user --progress-bar off pre-commit
188+ pre-commit install-hooks
189+ - run: pre-commit run --all-files
197190
198191 python_type_check:
199192 docker:
@@ -300,7 +293,6 @@ jobs:
300293 steps:
301294 - checkout_merge
302295 - designate_upload_channel
303- - install_cuda_compatible_cmath
304296 - run:
305297 name: Build conda packages
306298 no_output_timeout: 20m
@@ -332,7 +324,6 @@ jobs:
332324 steps:
333325 - checkout_merge
334326 - designate_upload_channel
335- - install_cuda_compatible_cmath
336327 - run:
337328 name: Build wheel packages
338329 command: |
@@ -712,7 +703,6 @@ jobs:
712703 steps:
713704 - checkout
714705 - designate_upload_channel
715- - install_cuda_compatible_cmath
716706 - run:
717707 name: Generate cache key
718708 # This will refresh cache on Sundays, nightly build should generate new cache.
@@ -754,7 +744,6 @@ jobs:
754744 steps:
755745 - checkout
756746 - designate_upload_channel
757- - install_cuda_compatible_cmath
758747 - run:
759748 name: Generate cache key
760749 # This will refresh cache on Sundays, nightly build should generate new cache.
@@ -884,7 +873,6 @@ jobs:
884873 steps:
885874 - checkout_merge
886875 - designate_upload_channel
887- - install_cuda_compatible_cmath
888876 - run:
889877 command: |
890878 set -ex
@@ -898,7 +886,6 @@ jobs:
898886 steps:
899887 - checkout_merge
900888 - designate_upload_channel
901- - install_cuda_compatible_cmath
902889 - run:
903890 command: |
904891 set -ex
0 commit comments