Skip to content

Commit 837b9a7

Browse files
committed
build on only 3.10 on macosx-latest
1 parent f17beef commit 837b9a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ function build_libs {
8686
build_netcdf
8787
}
8888

89+
#function pre_build {
90+
# # Any stuff that you need to do before you start building the wheels
91+
# # Runs in the root directory of this repository.
92+
# build_zlib
93+
#}
94+
8995
function run_tests {
9096
# Runs tests on installed distribution from an empty directory
9197
pwd

0 commit comments

Comments
 (0)