Skip to content

Commit

Permalink
👷 Pin setuptools<=57.5.0 in Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jun 16, 2023
1 parent e11351e commit da7e8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ commands:
steps:
- run:
name: ↑ Installing build dependencies
# setuptools≤57.5.0 until traits>4.6.0 in C-PAC
command: |
sudo apt-get update && sudo apt-get -y install git python3-dev graphviz graphviz-dev libgraphviz-dev pkg-config python3-sphinx
pip install "setuptools<=57.5.0"
pip install --user -r requirements.txt
pip install --user -r https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/C-PAC/<< parameters.version >>/requirements.txt
pip install --user git+https://github.com/${CIRCLE_PROJECT_USERNAME}/C-PAC.git@<< parameters.version >>
Expand Down

0 comments on commit da7e8d1

Please sign in to comment.