Skip to content

Commit 13ff262

Browse files
committed
Add scipy-only CI job
xref #8909
1 parent 1e40376 commit 13ff262

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- env: "bare-minimum"
5555
python-version: "3.10"
5656
os: ubuntu-latest
57+
- env: "bare-min-and-scipy"
58+
python-version: "3.10"
59+
os: ubuntu-latest
5760
- env: "min-all-deps"
5861
python-version: "3.10"
5962
os: ubuntu-latest
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: xarray-tests
2+
channels:
3+
- conda-forge
4+
- nodefaults
5+
dependencies:
6+
- python=3.10
7+
- coveralls
8+
- pip
9+
- pytest
10+
- pytest-cov
11+
- pytest-env
12+
- pytest-mypy-plugins
13+
- pytest-timeout
14+
- pytest-xdist
15+
- numpy=1.24
16+
- packaging=23.1
17+
- pandas=2.1
18+
- scipy=1.11

0 commit comments

Comments
 (0)