Skip to content

Commit 0675f5b

Browse files
committed
Add setup tools install before requirements
1 parent ece3e3d commit 0675f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands:
1919
cd packages/python/plotly
2020
python -m venv venv
2121
. venv/bin/activate
22-
pip install --upgrade pip wheel
22+
pip install --upgrade pip wheel setuptools
2323
pip install -r ./test_requirements/requirements_<<parameters.py>>_core.txt
2424
- run:
2525
name: Test core

0 commit comments

Comments
 (0)