Skip to content

Commit 8f744ec

Browse files
committed
CI: Install latest setuptools
1 parent ae913a2 commit 8f744ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
- run:
340340
name: Check pypi preconditions
341341
command: |
342-
pip install twine future wheel readme_renderer
342+
pip install --upgrade twine future wheel readme_renderer setuptools
343343
python setup.py check -r -s
344344
python setup.py sdist bdist_wheel
345345
- store_artifacts:

0 commit comments

Comments
 (0)