Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .circleci/config.yml

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

14 changes: 0 additions & 14 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ commands:
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
install_cuda_compatible_cmath:
description: "Install CUDA compatible cmath"
steps:
- run:
name: _HACK_ Install CUDA compatible cmath
no_output_timeout: 1m
command: |
powershell .circleci/scripts/vs_install_cmath.ps1

brew_update:
description: "Update Homebrew and install base formulae"
Expand Down Expand Up @@ -301,7 +293,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Build conda packages
no_output_timeout: 20m
Expand Down Expand Up @@ -333,7 +324,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Build wheel packages
command: |
Expand Down Expand Up @@ -713,7 +703,6 @@ jobs:
steps:
- checkout
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Generate cache key
# This will refresh cache on Sundays, nightly build should generate new cache.
Expand Down Expand Up @@ -755,7 +744,6 @@ jobs:
steps:
- checkout
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
name: Generate cache key
# This will refresh cache on Sundays, nightly build should generate new cache.
Expand Down Expand Up @@ -885,7 +873,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
command: |
set -ex
Expand All @@ -899,7 +886,6 @@ jobs:
steps:
- checkout_merge
- designate_upload_channel
- install_cuda_compatible_cmath
- run:
command: |
set -ex
Expand Down
5 changes: 0 additions & 5 deletions .circleci/scripts/vs_install_cmath.ps1

This file was deleted.