Skip to content

Commit 69d048a

Browse files
author
Joseph Hamman
committed
update env update
1 parent 93b24dc commit 69d048a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update conda environment
2727
shell: bash -l {0}
2828
run: |
29-
conda update --file ./ci/environment.yml
29+
conda env update --file ./ci/environment.yml
3030
- name: Deploy docs
3131
shell: bash -l {0}
3232
run: |

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update conda environment
2727
shell: bash -l {0}
2828
run: |
29-
conda update --file ./ci/environment.yml
29+
conda env update --file ./ci/environment.yml
3030
- name: Build and test notebooks
3131
shell: bash -l {0}
3232
run: |

ci/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: xarray
12
channels:
23
- conda-forge
34
- default
@@ -8,6 +9,6 @@ dependencies:
89
- jupyter_client
910
- ipykernel
1011
- nbsphinx
11-
- dask-sphinx-theme
12+
- sphinx_rtd_theme
1213
- sphinx
1314
- doctr

0 commit comments

Comments
 (0)