Skip to content

Commit

Permalink
Merge pull request #482 from jGaboardi/test_against_shapely_pre
Browse files Browse the repository at this point in the history
test against shapely prerelease
  • Loading branch information
jGaboardi committed Nov 1, 2022
2 parents dc2fe30 + 02be049 commit 483caf0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
strategy:
matrix:
os: ['ubuntu-latest']
environment-file: [ci/37-minimal.yaml, ci/37.yaml, ci/38.yaml, ci/39.yaml, ci/310.yaml]
environment-file: [ci/37-minimal.yaml, ci/37.yaml, ci/38.yaml, ci/39.yaml, ci/310.yaml, ci/310_shapely_dev.yaml]
include:
- environment-file: ci/310.yaml
os: macos-latest
- environment-file: ci/310.yaml
os: windows-latest
fail-fast: false

steps:
- name: checkout repo
Expand All @@ -35,6 +36,7 @@
with:
environment-file: ${{ matrix.environment-file }}
micromamba-version: 'latest'
channel-priority: 'flexible'

- name: run tests - bash
shell: bash -l {0}
Expand Down
33 changes: 33 additions & 0 deletions ci/310_shapely_dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: test
channels:
- conda-forge
- conda-forge/label/shapely_dev
dependencies:
- python=3.10
- platformdirs
- beautifulsoup4
- jinja2
- pandas>=1.0
- scipy>=1.0
- xarray
# testing
- codecov
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
# optional
- geopandas>=0.12.0
- joblib
- networkx
- numba
- packaging
- shapely>=2.0b1
- xarray
- zstd
# for docs build action (this env only)
- nbsphinx
- numpydoc
- sphinx
- sphinxcontrib-bibtex
- sphinx_bootstrap_theme

0 comments on commit 483caf0

Please sign in to comment.