Skip to content

Commit 2808142

Browse files
authored
pybind11-stubgen: submodule path in 2.0.1 (#186)
Update the stub generator to account for a bugfix in 2.0.1
1 parent c2d6d8e commit 2808142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/update_stub.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ set -eu -o pipefail
1313
# we are in the source directory, .github/
1414
this_dir=$(cd $(dirname $0) && pwd)
1515

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

0 commit comments

Comments
 (0)