Skip to content

Commit 7f1f919

Browse files
committed
Stubs: Enable EB
1 parent b578ba5 commit 7f1f919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stubs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
ccache -z
6363
6464
python3 -m pip install -U pip setuptools[core] wheel
65-
python3 -m pip install -U pip mpi4py pytest pybind11-stubgen pre-commit
66-
cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF
65+
python3 -m pip install -U mpi4py pytest pybind11-stubgen pre-commit
66+
cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DAMReX_EB=ON -DpyAMReX_IPO=OFF
6767
cmake --build build -j 4 --target pip_install
6868
6969
ccache -s

0 commit comments

Comments
 (0)