We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d80cf commit 5133a4dCopy full SHA for 5133a4d
4 files changed
.github/workflows/ci.yaml
@@ -69,4 +69,4 @@ jobs:
69
- name: Run Tests
70
shell: bash -l {0}
71
run: |
72
- pytest
+ pytest -n 2
ci/doc.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- pip
6
- python=3.8
7
- - matplotlib
+ - matplotlib-base
8
- netcdf4
9
- xarray
10
- sphinx
ci/environment.yml
@@ -4,8 +4,9 @@ channels:
- pytest-cov
+ - pytest-xdist
- dask
11
- pandas
12
ci/upstream-dev-env.yml
- pip:
0 commit comments