Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9038b45

Browse files
committed
ci: Install Python dependencies in one go on Circle.
1 parent 2078daa commit 9038b45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ commands:
6767
- run:
6868
name: Install Python dependencies
6969
command: |
70-
python -m pip install --user numpy<< parameters.numpy_version >> codecov coverage
71-
python -m pip install --user -r requirements/doc/doc-requirements.txt
70+
python -m pip 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)