Skip to content

Commit 0260313

Browse files
committed
[Nova] Disable CircleCI Linux Unittests
1 parent 4a310f2 commit 0260313

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

.circleci/config.yml

Lines changed: 0 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def indent(indentation, data_list):
246246

247247
def unittest_workflows(indentation=6):
248248
jobs = []
249-
for os_type in ["linux", "windows", "macos"]:
249+
for os_type in ["windows", "macos"]:
250250
for device_type in ["cpu", "gpu"]:
251251
if os_type == "macos" and device_type == "gpu":
252252
continue

0 commit comments

Comments
 (0)