We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a768595 commit d9cdaafCopy full SHA for d9cdaaf
.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