We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072a00 commit 6ccf221Copy full SHA for 6ccf221
.circleci/config.yml
@@ -49,7 +49,7 @@ jobs:
49
name: 🏁 Build Component Packages & Update Dependencies/Artifacts
50
command: |
51
python -m venv venv && . venv/bin/activate
52
- pip install --upgrade pip wheel
+ pip install --upgrade pip wheel setuptools
53
set -eo pipefail
54
pip install -e .[ci,dev,testing,celery,diskcache] --progress-bar off
55
pip list | grep dash
0 commit comments