From f3daa9149b645934c72bc7e2c3fa7868d056e1b3 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 2 Apr 2026 23:11:02 -0700 Subject: [PATCH] CI: Try New Stubgen Try new stubgen sorting. --- .github/workflows/stubs.yml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stubs.yml b/.github/workflows/stubs.yml index f99b265f..75f9855e 100644 --- a/.github/workflows/stubs.yml +++ b/.github/workflows/stubs.yml @@ -63,7 +63,7 @@ jobs: python3 -m pip install -U pip setuptools[core] wheel 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" + python3 -m pip install -U "pybind11-stubgen @ git+https://github.com/ax3l/pybind11-stubgen.git@test-inheritance-sort-issue" cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DAMReX_EB=ON -DpyAMReX_IPO=OFF cmake --build build -j 4 --target pip_install diff --git a/docs/requirements.txt b/docs/requirements.txt index 9f98e688..532d6dc3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ breathe docutils>=0.17.1 numpy # in public APIs -pybind11-stubgen @ git+https://github.com/ax3l/pybind11-stubgen.git@fix-class-sorting # type hints in pyi files +pybind11-stubgen @ git+https://github.com/ax3l/pybind11-stubgen.git@test-inheritance-sort-issue # type hints in pyi files pygments recommonmark # Attention: we need to track the resolution of