We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664e0b3 commit 644083cCopy full SHA for 644083c
.github/workflows/background-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Dash dependencies
61
run: |
62
# Mirroring how Dash installs its extras, adjust if your needs are simpler
63
- python -m pip install --progress-bar off ".[ci,testing,dev,celery,diskcache]"
+ pip install -e .[ci,testing,dev,celery,diskcache]
64
65
- name: Build project (JS/CSS, etc.)
66
run: npm run build
0 commit comments