Skip to content

Commit

Permalink
ci: disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Nov 2, 2024
1 parent 6be0d8a commit d1c5ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: macOS

on:
push:
branches:
- main
- develop
pull_request:
branches:
- develop
workflow_dispatch:
on: [workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions src/bistellar-flip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ try
manifolds::Manifold_3 const manifold{
foliated_triangulations::FoliatedTriangulation_3{dt, 0, 1}
};
#ifdef ENABLE_VISUALIZATION
CGAL::draw(manifold.get_delaunay());
#endif
#ifdef ENABLE_VISUALIZATION
CGAL::draw(manifold.get_delaunay());
#endif
fmt::print("After bistellar flip.\n");
manifold.print_cells();
utilities::print_delaunay(dt);
Expand Down

0 comments on commit d1c5ff9

Please sign in to comment.