Skip to content

Commit 644083c

Browse files
committed
fix pip install local
1 parent 664e0b3 commit 644083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/background-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Dash dependencies
6161
run: |
6262
# 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]"
63+
pip install -e .[ci,testing,dev,celery,diskcache]
6464
6565
- name: Build project (JS/CSS, etc.)
6666
run: npm run build

0 commit comments

Comments
 (0)