From 7e189e686116fb68b52cda8d7ceaf772cfac1ce3 Mon Sep 17 00:00:00 2001 From: dr-robertk Date: Mon, 10 Nov 2025 16:57:24 +0000 Subject: [PATCH] Revert "Temporarily disable failing macOS runs." --- testing/completeSourceInEnv.sh | 5 ----- testing/installPlusSource.sh | 10 ++-------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/testing/completeSourceInEnv.sh b/testing/completeSourceInEnv.sh index edf1d5b..44715f0 100755 --- a/testing/completeSourceInEnv.sh +++ b/testing/completeSourceInEnv.sh @@ -1,8 +1,3 @@ -# do not run on macOS -if [ "$3" == "macOS" ]; then - exit 0 -fi - # setup an external venv python3 -m venv dune-env . dune-env/bin/activate diff --git a/testing/installPlusSource.sh b/testing/installPlusSource.sh index d592e64..c1a5362 100644 --- a/testing/installPlusSource.sh +++ b/testing/installPlusSource.sh @@ -1,9 +1,3 @@ -# do not run on macOS -if [ "$3" == "macOS" ]; then - exit 0 -fi - - base="https://gitlab.dune-project.org" coreurl="$base/core" femurl="$base/dune-fem" @@ -26,7 +20,7 @@ print(\"===============================\") ;\ print(\"petsc4py version:\",petsc4py.__version__) ;\ print(\"===============================\") ;\ " -# we need site-packages to get this to work but we get problems with +# we need site-packages to get this to work but we get problems with # File "/home/runner/work/dune-testpypi/dune-testpypi/test/dune-env/lib/python3.10/site-packages/dune/common/__init__.py", line 44, in # from ._common import * # ModuleNotFoundError: No module named 'dune.common._common' @@ -58,7 +52,7 @@ python -m dune.fem cd fem_tutorial pip list /usr/bin/time python concepts.py & -/usr/bin/time python solversExternal.py +/usr/bin/time python solversExternal.py cd .. # install polygongrid and test that can be used within dune-fem