Skip to content

Commit 03ee6c2

Browse files
committed
Downgrade GEOS build version in GitHub Actions
1 parent ab9ec14 commit 03ee6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
set -e
5656
. /etc/profile
5757
cd ${{ env.PKGDIR }}
58-
python -c "import utils; utils.GeosLibrary('3.6.5').build('extern', njobs=16)"
58+
python -c "import utils; utils.GeosLibrary('3.5.1').build('extern', njobs=16)"
5959
-
6060
name: Upload GEOS artifacts
6161
uses: actions/upload-artifact@v1

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Build GEOS from source
4545
run: |
4646
cd ${{ env.PKGDIR }}
47-
python -c "import utils; utils.GeosLibrary('3.6.5').build('extern', njobs=16)"
47+
python -c "import utils; utils.GeosLibrary('3.5.1').build('extern', njobs=16)"
4848
-
4949
name: Upload GEOS artifacts
5050
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)