Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,23 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
environment-file: [ci/313.yaml]
environment-file: [ci/314.yaml]
include:
- environment-file: ci/310.yaml
os: ubuntu-latest
- environment-file: ci/311.yaml
os: ubuntu-latest
- environment-file: ci/312.yaml
os: ubuntu-latest
- environment-file: ci/313.yaml
os: ubuntu-latest
- environment-file: ci/dev.yaml
os: ubuntu-latest
defaults:
run:
shell: bash -l {0}
permissions:
issues: write

steps:
- name: checkout repo
Expand Down Expand Up @@ -60,6 +64,6 @@ jobs:
&& steps.status.outcome == 'failure'
&& github.event_name == 'schedule'
&& github.repository_owner == 'xarray-contrib'
uses: xarray-contrib/issue-from-pytest-log@v1
uses: scientific-python/issue-from-pytest-log@v1
with:
log-path: pytest-log.jsonl
3 changes: 1 addition & 2 deletions ci/313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- rioxarray
- joblib
- rasterio
- exactextract
- tqdm
- pyproj
# testing
Expand All @@ -24,5 +25,3 @@ dependencies:
- scipy
- netCDF4
- pip
- pip:
- exactextract
26 changes: 26 additions & 0 deletions ci/314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: xvec
channels:
- conda-forge
dependencies:
- python=3.14
# required
- shapely >=2
- xarray
- rioxarray
- joblib
- rasterio
- exactextract
- tqdm
- pyproj
# testing
- pytest
- pytest-cov
- pytest-xdist
- pytest-reportlog
- geopandas-base
- geodatasets
- pyogrio
- xproj
- matplotlib
- scipy
- pip
Loading