Skip to content

Commit 55506de

Browse files
author
Joseph Hamman
committed
fix small typo in ci
1 parent cafe072 commit 55506de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python -m pip install -r dev-requirements.txt
6767
python -m pip install --no-deps --upgrade \
6868
git+https://github.com/dask/dask \
69-
git+https://github.com/pydata/xarray \
69+
git+https://github.com/pydata/xarray
7070
python -m pip install --no-deps -e .
7171
python -m pip list
7272
- name: Running Tests

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest>=2.8
1+
pytest
22
coverage
33
-r requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dask
2-
numpy>=1.17
3-
xarray>=0.16
2+
numpy
3+
xarray

0 commit comments

Comments
 (0)