Skip to content

Commit 7e86429

Browse files
committed
Remove parallel build for numpy headers
1 parent fbf8eba commit 7e86429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
tar -xf ${pkgcode}.tar.gz
130130
rm -f ${pkgcode}.tar.gz
131131
cd ${pkgcode}
132-
python setup.py build -j 2
132+
python setup.py build
133133
cp build/src*/numpy/core/include/numpy/*.h numpy/core/include/numpy/
134134
cd ..
135135
cp -R ${pkgcode}/numpy/core/include ${{ env.PKGDIR }}/extern

0 commit comments

Comments
 (0)