Skip to content
Closed
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
2,299 changes: 0 additions & 2,299 deletions .circleci/config.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,8 @@ def indent(indentation, data_list):

def unittest_workflows(indentation=6):
jobs = []
for os_type in ["linux", "windows", "macos"]:
for os_type in ["linux", "windows"]:
for device_type in ["cpu", "gpu"]:
if os_type == "macos" and device_type == "gpu":
continue
if os_type == "linux" and device_type == "cpu":
continue
for i, python_version in enumerate(PYTHON_VERSIONS):
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/build-conda-linux.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/build-conda-m1.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/build-conda-macos.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/build-wheels-linux.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/build-wheels-m1.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/build-wheels-macos.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/pr-labels.yml

This file was deleted.

Loading