Skip to content

Commit 5133a4d

Browse files
authored
CI upgrades (#121)
* Switch to matplotlib-base * pytest-xdist
1 parent 19d80cf commit 5133a4d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- name: Run Tests
7070
shell: bash -l {0}
7171
run: |
72-
pytest
72+
pytest -n 2

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- pip
66
- python=3.8
7-
- matplotlib
7+
- matplotlib-base
88
- netcdf4
99
- xarray
1010
- sphinx

ci/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ channels:
44
dependencies:
55
- pytest-cov
66
- pytest
7+
- pytest-xdist
78
- dask
8-
- matplotlib
9+
- matplotlib-base
910
- netcdf4
1011
- pandas
1112
- xarray

ci/upstream-dev-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ channels:
44
dependencies:
55
- pytest-cov
66
- pytest
7+
- pytest-xdist
78
- dask
8-
- matplotlib
9+
- matplotlib-base
910
- netcdf4
1011
- pandas
1112
- pip:

0 commit comments

Comments
 (0)