Skip to content

Commit d8924c5

Browse files
committed
Try removing the setuptools from config
1 parent 2fc29f8 commit d8924c5

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 setuptools
22+
pip install --upgrade pip wheel
2323
pip install -r ./test_requirements/requirements_<<parameters.py>>_core.txt
2424
- run:
2525
name: Test core

0 commit comments

Comments
 (0)