Skip to content

Commit

Permalink
[ci] fix macos-14 package test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 17, 2024
1 parent f7c64fe commit 71d7bc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +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 [[ "${{ matrix.os }}" == "macos-12" ]]; then
rm python/contourTreeAlignment.py
rm python/geometryApproximation.py
rm python/harmonicSkeleton.py
rm python/topologicalOptimization_torus.py
if
pvpython -u python/run.py
env:
Expand Down

0 comments on commit 71d7bc2

Please sign in to comment.