File tree Expand file tree Collapse file tree
swmm-toolkit/src/swmm/toolkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 working-directory : ./nrtest-swmm
2222 steps :
2323 - name : Checkout repo
24- uses : actions/checkout@v3
25- with :
26- submodules : true
24+ uses : actions/checkout@v5
2725 - name : Install Python
2826 uses : actions/setup-python@v5
2927 with :
Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ if(WIN32)
1919 set (SOABI "" )
2020 set (LIB_EXT "pyd" )
2121else ()
22- message (STATUS "Python3_SOABI in block" )
2322 set (SOABI ".abi3" )
2423 set (LIB_EXT "so" )
2524endif ()
2625
27- # turn if stable ABI if NO_STABLE_ABI is 1 or true
26+ # turn off stable ABI if NO_STABLE_ABI is 1 or true
2827set (PY_LIMITED_API_DEF "Py_LIMITED_API=0x03090000" )
2928string (TOLOWER "$ENV{NO_STABLE_ABI} " _abi_val)
3029if (_abi_val STREQUAL "1" OR _abi_val STREQUAL "true" )
Original file line number Diff line number Diff line change 2222__date__ = "September 4, 2025"
2323
2424__maintainer__ = "Michael Tryby"
25- __email__ = "tryby. michael@epa.gov "
25+ __email__ = "michael.tryby@gmail.com "
2626__status__ = "Production/Stable"
You can’t perform that action at this time.
0 commit comments