Skip to content

Commit

Permalink
add rtree to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed May 24, 2023
1 parent c5c8c15 commit 385fb6e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/310-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.12.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/310-numba-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.12.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/311-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# doc build
- nbsphinx
- numpydoc
Expand Down
1 change: 1 addition & 0 deletions ci/311-numba-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
# doc build
- nbsphinx
Expand Down
1 change: 1 addition & 0 deletions ci/311-numba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2.0
Expand Down
1 change: 1 addition & 0 deletions ci/311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2
Expand Down
1 change: 1 addition & 0 deletions ci/38-numba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/39-numba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2
1 change: 1 addition & 0 deletions ci/39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- shapely>=2

0 comments on commit 385fb6e

Please sign in to comment.