Skip to content

Commit 87b88a1

Browse files
committed
removing build_meshes from smoke test due to windows runner limits
1 parent a9fa95f commit 87b88a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/basic_smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main() -> None:
2424
# For CI we only require the fluid mesh;
2525
# skipping the tissue mesh keeps TetGen runs lighter,
2626
# especially on Windows and macOS runners.
27-
sim.build_meshes(fluid=True, tissue=False, boundary_layer=False)
27+
# sim.build_meshes(fluid=True, tissue=False, boundary_layer=False)
2828

2929

3030
if __name__ == "__main__":

0 commit comments

Comments
 (0)