Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
ccache -z

python3 -m pip install -U pip setuptools[core] wheel
python3 -m pip install -U mpi4py pytest pybind11-stubgen pre-commit
python3 -m pip install -U mpi4py pytest pre-commit
python3 -m pip install -U "pybind11-stubgen @ git+https://github.com/ax3l/pybind11-stubgen.git@fix-class-sorting"
cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DAMReX_EB=ON -DpyAMReX_IPO=OFF
cmake --build build -j 4 --target pip_install

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
breathe
docutils>=0.17.1
numpy # in public APIs
pybind11-stubgen # type hints in pyi files
pybind11-stubgen @ git+https://github.com/ax3l/pybind11-stubgen.git@fix-class-sorting # type hints in pyi files
pygments
recommonmark
# Attention: we need to track the resolution of
Expand Down
Loading