Skip to content

Commit

Permalink
pybind11-stubgen: submodule path in 2.0.1 (#186)
Browse files Browse the repository at this point in the history
Update the stub generator to account for a bugfix in 2.0.1
  • Loading branch information
ax3l authored Sep 6, 2023
1 parent c2d6d8e commit 2808142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/update_stub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ set -eu -o pipefail
# we are in the source directory, .github/
this_dir=$(cd $(dirname $0) && pwd)

pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space1d
pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space2d
pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space3d
pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space1d
pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space2d
pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space3d

0 comments on commit 2808142

Please sign in to comment.