Skip to content

Commit affbd3a

Browse files
committed
put the options on a single line
1 parent 7ad847a commit affbd3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/requirements/environment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ dependencies:
1212
- numpy
1313
- pip
1414
- pip:
15-
- --pre
16-
- -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
17-
- --extra-index-url https://pypi.org/simple
15+
- --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
1816
- xarray

0 commit comments

Comments
 (0)