Skip to content

Commit b3bc836

Browse files
committed
fix path for numpy
1 parent 2c21218 commit b3bc836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_OSX.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-DOpenMP_C_LIB_NAMES=libomp.dylib \
6161
-DOpenMP_CXX_LIB_NAMES=libomp.dylib \
6262
-DNO_TCMALLOC=TRUE \
63-
-DPython_NumPy_INCLUDE_DIR=$Numpy_dir/core/include
63+
-DPython_NumPy_INCLUDE_DIR=$Numpy_dir/numpy/core/include
6464
- name: Build CRPropa
6565
run: |
6666
cd build

0 commit comments

Comments
 (0)