Skip to content

Commit 5869092

Browse files
committed
Revert "Limit tests to mac operator"
This reverts commit 1537c46.
1 parent aceede5 commit 5869092

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.ci/code_generation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
continue
2424
if file_path.stem == "translator":
2525
continue
26-
if file_path.stem != "mac":
27-
continue
2826
try:
2927
if file_path.is_dir():
3028
shutil.rmtree(file_path)

src/ansys/dpf/core/operators/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ def build_operators():
196196
translator = Markdown2RstTranslator()
197197

198198
for operator_name in available_operators:
199-
if operator_name != "mac":
200-
continue
201199
if succeeded == done + 100:
202200
done += 100
203201
print(f"{done} operators done...")

0 commit comments

Comments
 (0)