We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea47ff4 commit f6db6cdCopy full SHA for f6db6cd
.circleci/config.yml
@@ -85,7 +85,7 @@ commands:
85
command: |
86
python -m pip install --upgrade --user pip
87
python -m pip install --upgrade --user wheel
88
- python -m pip install --upgrade --user setuptools
+ python -m pip install --upgrade --user 'setuptools!=60.6.0'
89
90
deps-install:
91
parameters:
0 commit comments