File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ commands:
1414 name : ↑ Installing build dependencies
1515 command : |
1616 sudo apt-get update && sudo apt-get -y install git python3-dev graphviz graphviz-dev libgraphviz-dev pkg-config python3-sphinx
17+ pip install --user -r requirements.txt
1718 pip install --user -r https://raw.githubusercontent.com/FCP-INDI/C-PAC/<< parameters.version >>/requirements.txt
18- pip install --user git+https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git@<< parameters.version >> sphinx m2r numpydoc PyGithub "sphinxcontrib-bibtex<2.0" sphinxcontrib-fulltoc sphinxcontrib-programoutput semver torch
19+ pip install --user git+https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git@<< parameters.version >>
1920 git clone https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git /home/circleci/build/C-PAC
2021 cd /home/circleci/build/C-PAC
2122 git checkout << parameters.version >>
Original file line number Diff line number Diff line change 2727
2828sys .path .append (os .path .dirname (__file__ ))
2929
30- from references import CPAC_DocsStyle
30+ from references import CPAC_DocsStyle # noqa: E402
3131
3232register_plugin ('pybtex.style.formatting' , 'cpac_docs_style' , CPAC_DocsStyle )
3333
Original file line number Diff line number Diff line change 1+ m2r
2+ numpydoc
3+ PyGithub
4+ sphinx
5+ sphinxcontrib-bibtex < 2.0
6+ sphinxcontrib-fulltoc
7+ sphinxcontrib-programoutput
8+ semver
9+ torch
You can’t perform that action at this time.
0 commit comments