Skip to content

Commit 1b7b619

Browse files
committed
Revert "Limit tests to mac operator"
This reverts commit 1537c46.
1 parent 09f6ca8 commit 1b7b619

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
@@ -25,8 +25,6 @@
2525
continue
2626
if file_path.stem == "translator":
2727
continue
28-
if file_path.stem != "mac":
29-
continue
3028
try:
3129
if file_path.is_dir():
3230
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)