Skip to content

Commit be4ac5a

Browse files
committed
attempt to fail install dependencies
1 parent 05446a9 commit be4ac5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
pip list | grep dash
5757
npm ci
5858
npm run build.sequential
59+
cd dash/dash-renderer/build && cd ../../../
5960
python setup.py sdist
6061
mkdir dash-package && cp dist/*.tar.gz dash-package/dash-package.tar.gz
6162
ls -la dash-package

0 commit comments

Comments
 (0)