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 e11351e commit da7e8d1Copy full SHA for da7e8d1
.circleci/config.yml
@@ -20,8 +20,10 @@ commands:
20
steps:
21
- run:
22
name: ↑ Installing build dependencies
23
+ # setuptools≤57.5.0 until traits>4.6.0 in C-PAC
24
command: |
25
sudo apt-get update && sudo apt-get -y install git python3-dev graphviz graphviz-dev libgraphviz-dev pkg-config python3-sphinx
26
+ pip install "setuptools<=57.5.0"
27
pip install --user -r requirements.txt
28
pip install --user -r https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/C-PAC/<< parameters.version >>/requirements.txt
29
pip install --user git+https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git@<< parameters.version >>
0 commit comments