Skip to content

Commit

Permalink
CI: macOS, relax pyver because we do not control enough of the brew e…
Browse files Browse the repository at this point in the history
…co system
  • Loading branch information
andresailer committed Oct 21, 2024
1 parent 584c18d commit 2b69d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b69d28

Please sign in to comment.