File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Test
2
+
3
+ env :
4
+ PKGDIR : " packages/basemap"
5
+ CIBW_BUILD_VERBOSITY : 1
6
+ PYTHONUNBUFFERED : " 1"
7
+ PYTHONWARNINGS : " ignore:DEPRECATION"
8
+ GEO_VERSION : " 3.6.5"
9
+
2
10
on :
3
11
push :
4
12
branches : [main, master, develop]
41
49
env :
42
50
CIBW_SKIP : " pp* *-musllinux*"
43
51
CIBW_BEFORE_BUILD : >
44
- pip install --upgrade pip
45
- pip install numpy cython
46
- python -c "import utils; utils.GeosLibrary('3.6.5').build('extern', njobs=16)"
47
- CIBW_ENVIRONMENT_WINDOWS : >
48
- GEOS_DIR=${{ env.GEOS_DIR }}
49
- SETUPTOOLS_USE_DISTUTILS=stdlib
50
- CIBW_ENVIRONMENT_LINUX : >
51
- GEOS_DIR={project}/extern
52
- SETUPTOOLS_USE_DISTUTILS=stdlib
53
- CIBW_ENVIRONMENT_MACOS : >
52
+ python -c "import utils; utils.GeosLibrary(${{ env.GEO_VERSION }}).build('extern', njobs=16)"
53
+ CIBW_ENVIRONMENT : >
54
54
GEOS_DIR={project}/extern
55
55
SETUPTOOLS_USE_DISTUTILS=stdlib
56
56
CIBW_TEST_COMMAND : >
You can’t perform that action at this time.
0 commit comments