Skip to content

Commit 02d09fb

Browse files
author
Martin D. Weinberg
committed
Relabel test as 'quick' after updating pybind11
1 parent a007705 commit 02d09fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: runner.os == 'Linux'
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev
28+
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev cmake gdb python3-dev libpython3-dev
2929
sudo pip install numpy
3030
3131
@@ -43,7 +43,7 @@ jobs:
4343
cmake
4444
-DENABLE_NBODY=YES
4545
-DENABLE_PYEXP=YES
46-
-DCMAKE_BUILD_TYPE=Release
46+
-DCMAKE_BUILD_TYPE=Debug
4747
-DEigen3_DIR=/usr/include/eigen3/share/eigen3/cmake
4848
-DCMAKE_INSTALL_PREFIX=./install
4949
-Wno-dev

extern/HighFive

Submodule HighFive updated 65 files

tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if(ENABLE_NBODY)
100100
PYTHONPATH=${CMAKE_BINARY_DIR}/pyEXP:$ENV{PYTHONPATH}
101101
${PYTHON_EXECUTABLE} createCoefs.py
102102
WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/Halo")
103-
set_tests_properties(pyEXPCoefCreateTest PROPERTIES LABELS "long")
103+
set_tests_properties(pyEXPCoefCreateTest PROPERTIES LABELS "quick")
104104
endif()
105105

106106
# A separate test to remove the generated files if they all exist;

0 commit comments

Comments
 (0)