Skip to content
Snippets Groups Projects
Commit 4a8d04d3 authored by Andre Sailer's avatar Andre Sailer
Browse files

CI: macOS, relax pyver because we do not control enough of the brew eco system

parent 28765810
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ jobs:
run: |
mkdir build
cd build
cmake -GNinja -DDD4HEP_USE_GEANT4=OFF -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=OFF -DBUILD_TESTING=ON -DDD4HEP_USE_XERCESC=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 ..
cmake -GNinja -DDD4HEP_USE_GEANT4=OFF -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=OFF -DBUILD_TESTING=ON -DDD4HEP_USE_XERCESC=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DDD4HEP_RELAX_PYVER=ON ..
ninja
ninja install
. ../bin/thisdd4hep.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment