Skip to content

Commit da7e8d1

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ commands:
2020
steps:
2121
- run:
2222
name: ↑ Installing build dependencies
23+
# setuptools≤57.5.0 until traits>4.6.0 in C-PAC
2324
command: |
2425
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"
2527
pip install --user -r requirements.txt
2628
pip install --user -r https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/C-PAC/<< parameters.version >>/requirements.txt
2729
pip install --user git+https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git@<< parameters.version >>

0 commit comments

Comments
 (0)