Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b1d9447

Browse files
authored
[Nova] Remove Linux and Mac Unittests from CircleCI (#1993)
1 parent 3c88841 commit b1d9447

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 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
@@ -159,7 +159,7 @@ def indent(indentation, data_list):
159159

160160
def unittest_workflows(indentation=6):
161161
w = []
162-
for os_type in ["linux", "windows", "macos"]:
162+
for os_type in ["windows"]:
163163
for python_version in PYTHON_VERSIONS:
164164
w.append(
165165
{

0 commit comments

Comments
 (0)