Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2078daa commit 9038b45Copy full SHA for 9038b45
1 file changed
.circleci/config.yml
@@ -67,8 +67,9 @@ commands:
67
- run:
68
name: Install Python dependencies
69
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
+ python -m pip install --user \
+ numpy<< parameters.numpy_version >> codecov coverage \
72
+ -r requirements/doc/doc-requirements.txt
73
74
mpl-install:
75
steps:
0 commit comments