Skip to content
Snippets Groups Projects
Commit f5b5ce85 authored by Markus Holzer's avatar Markus Holzer
Browse files

Install latest lbmpy version on mac

parent 5f1c0b0f
No related merge requests found
...@@ -2072,6 +2072,9 @@ coverage: ...@@ -2072,6 +2072,9 @@ coverage:
mac_Serial_Dbg: mac_Serial_Dbg:
extends: .mac_build_template extends: .mac_build_template
before_script:
- pip3 install pystencils==1.3.2
- pip3 install lbmpy==1.3.2
variables: variables:
CMAKE_BUILD_TYPE: "DebugOptimized" CMAKE_BUILD_TYPE: "DebugOptimized"
CTEST_EXCLUDE_LABELS: "longrun" CTEST_EXCLUDE_LABELS: "longrun"
...@@ -2082,6 +2085,9 @@ mac_Serial_Dbg: ...@@ -2082,6 +2085,9 @@ mac_Serial_Dbg:
mac_Serial: mac_Serial:
extends: .mac_build_template extends: .mac_build_template
before_script:
- pip3 install pystencils==1.3.2
- pip3 install lbmpy==1.3.2
variables: variables:
CMAKE_BUILD_TYPE: "Release" CMAKE_BUILD_TYPE: "Release"
CTEST_EXCLUDE_LABELS: "longrun" CTEST_EXCLUDE_LABELS: "longrun"
...@@ -2092,6 +2098,9 @@ mac_Serial: ...@@ -2092,6 +2098,9 @@ mac_Serial:
mac_MpiOnly_Dbg: mac_MpiOnly_Dbg:
extends: .mac_build_template extends: .mac_build_template
before_script:
- pip3 install pystencils==1.3.2
- pip3 install lbmpy==1.3.2
variables: variables:
CMAKE_BUILD_TYPE: "DebugOptimized" CMAKE_BUILD_TYPE: "DebugOptimized"
CTEST_EXCLUDE_LABELS: "longrun" CTEST_EXCLUDE_LABELS: "longrun"
...@@ -2103,6 +2112,9 @@ mac_MpiOnly_Dbg: ...@@ -2103,6 +2112,9 @@ mac_MpiOnly_Dbg:
mac_MpiOnly: mac_MpiOnly:
extends: .mac_build_template extends: .mac_build_template
before_script:
- pip3 install pystencils==1.3.2
- pip3 install lbmpy==1.3.2
variables: variables:
CMAKE_BUILD_TYPE: "Release" CMAKE_BUILD_TYPE: "Release"
CTEST_EXCLUDE_LABELS: "longrun" CTEST_EXCLUDE_LABELS: "longrun"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment