Skip to content

Commit

Permalink
CI: upgrade GEOS versions, fix "Run doctests" (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Nov 9, 2021
1 parent 67fe0ad commit 840bd76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Build ${{ matrix.archs }} wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
GEOS_VERSION: "3.10.0"
GEOS_VERSION: "3.10.1"
strategy:
fail-fast: false
matrix:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
architecture: [x64]
geos: [3.6.4, 3.7.3, 3.8.1, 3.9.1, 3.10.0, main]
geos: [3.6.5, 3.7.3, 3.8.1, 3.9.2, 3.10.1, main]
include:
# 2017
- python: 3.6
geos: 3.6.4
geos: 3.6.5
numpy: 1.13.3
# 2018
- python: 3.7
Expand All @@ -30,11 +30,11 @@ jobs:
numpy: 1.17.5
# 2020
- python: 3.9
geos: 3.9.1
geos: 3.9.2
numpy: 1.19.5
# 2021
- python: "3.10"
geos: 3.10.0
geos: 3.10.1
numpy: 1.21.3
# dev
- python: "3.10"
Expand All @@ -43,12 +43,12 @@ jobs:
- os: windows-2019
architecture: x86
python: 3.6
geos: 3.6.4
geos: 3.6.5
numpy: 1.13.3
- os: windows-2019
architecture: x86
python: 3.9
geos: 3.10.0
geos: 3.10.1
numpy: 1.19.5

env:
Expand Down Expand Up @@ -148,4 +148,4 @@ jobs:
# Only run doctests on 1 runner (because of typographic differences in doctest results)
- name: Run doctests
run: pytest --doctest-modules pygeos --ignore=pygeos/tests
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python == '3.10.0' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python == '3.10' }}

0 comments on commit 840bd76

Please sign in to comment.