Skip to content

Commit b3ff86c

Browse files
committed
fix CI for manifold integration
1 parent 8900aaa commit b3ff86c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ jobs:
274274
bash exec_ignDelay.sh firstpass
275275
python check_ignDelay.py
276276
if [ $? -ne 0 ]; then exit 1; fi; \
277+
rm log PPreaction.txt inputs/input.0d_refine
278+
make realclean
277279
make -j ${{env.NPROCS}} Eos_Model=Manifold Manifold_Dim=1 Chemistry_Model=Null TINY_PROFILE=TRUE USE_CCACHE=TRUE ${{matrix.amrex_build_args}}
278280
bash exec_ignDelay.sh manifold
279281
python check_ignDelay.py

0 commit comments

Comments
 (0)