File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ set -eu -o pipefail
1313# we are in the source directory, .github/
1414this_dir=$( cd $( dirname $0 ) && pwd)
1515
16- pybind11-stubgen --exit-code --enum-class-locations=" GrowthStrategy:amrex.space3d " -o ${this_dir} /../src/ amrex.space1d
17- pybind11-stubgen --exit-code --enum-class-locations=" GrowthStrategy:amrex.space3d " -o ${this_dir} /../src/ amrex.space2d
16+ pybind11-stubgen --exit-code --enum-class-locations=" GrowthStrategy:amrex.space1d " -o ${this_dir} /../src/ amrex.space1d
17+ pybind11-stubgen --exit-code --enum-class-locations=" GrowthStrategy:amrex.space2d " -o ${this_dir} /../src/ amrex.space2d
1818pybind11-stubgen --exit-code --enum-class-locations=" GrowthStrategy:amrex.space3d" -o ${this_dir} /../src/ amrex.space3d
You can’t perform that action at this time.
0 commit comments