Skip to content

Commit

Permalink
simplify OSX test for faster testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 27, 2023
1 parent 9192b21 commit db214f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_OSX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DENABLE_PYTHON=True -DPYTHON_EXECUTABLE=${{ matrix.config.py }} -DENABLE_TESTING=On -DENABLE_SWIG_BUILTIN=${{ matrix.config.swig_builtin }} -DSIMD_EXTENSIONS=avx
cmake .. -DENABLE_PYTHON=False -DENABLE_TESTING=On -DSIMD_EXTENSIONS=avx -D -DENABLE_HDF5=OFF -DENABLE_GALACTICMAGETICLENS=OFF
- name: Build CRPropa
run: |
cd build
Expand Down

0 comments on commit db214f4

Please sign in to comment.