Skip to content

Commit

Permalink
[Nova] Remove Linux and Mac Unittests from CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Nov 28, 2022
1 parent ed78e3b commit 8370489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

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

2 changes: 1 addition & 1 deletion .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def indent(indentation, data_list):

def unittest_workflows(indentation=6):
w = []
for os_type in ["linux", "windows", "macos"]:
for os_type in ["windows"]:
for python_version in PYTHON_VERSIONS:
w.append(
{
Expand Down

0 comments on commit 8370489

Please sign in to comment.