Skip to content

Commit

Permalink
[ci] fix macos-12 package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 17, 2024
1 parent 2847fe4 commit f7c64fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ jobs:
rm python/nestedTrackingFromOverlap.py
# remove examples which fill up the memory
rm python/topologicalOptimization_darkSky.py
if [[ "${{ matrix.os }}" == "macos-12" ]]; then
# some cases fail only with version 12
rm python python/contourTreeAlignment.py
rm python python/geometryApproximation.py
rm python python/harmonicSkeleton.py
if
pvpython -u python/run.py
env:
PV_PLUGIN_PATH: /usr/local/bin/plugins/TopologyToolKit
Expand Down

0 comments on commit f7c64fe

Please sign in to comment.