Skip to content

Commit 99f05a4

Browse files
committed
ci: Install Python dependencies in one go on Circle.
1 parent 4cca449 commit 99f05a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ commands:
6767
- run:
6868
name: Install Python dependencies
6969
command: |
70-
python -mpip install --user numpy<< parameters.numpy_version >> codecov coverage
71-
python -mpip install --user -r requirements/doc/doc-requirements.txt
70+
python -mpip install --user \
71+
numpy<< parameters.numpy_version >> codecov coverage \
72+
-r requirements/doc/doc-requirements.txt
7273
7374
mpl-install:
7475
steps:

0 commit comments

Comments
 (0)