Skip to content

Commit 5b57769

Browse files
committed
show installed deps
1 parent aa43b57 commit 5b57769

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
. venv/bin/activate
216216
npm ci
217217
pip install dash-package/dash-package.tar.gz[ci,dev,testing,celery,diskcache] --progress-bar off
218-
pip list | grep dash
218+
pip list
219219
- run:
220220
name: 🧪 Run Integration Tests
221221
command: |
@@ -578,11 +578,6 @@ jobs:
578578
command: |
579579
. venv/bin/activate
580580
pip install dash-package/dash-package.tar.gz[ci,dev,testing]
581-
- run:
582-
name: Show installed deps
583-
command: |
584-
. venv/bin/activate
585-
pip list
586581
587582
- run:
588583
name: Run eslint

0 commit comments

Comments
 (0)