Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Remove artifacts from dev #659

Merged
merged 5 commits into from
Sep 26, 2019
Merged

Remove artifacts from dev #659

merged 5 commits into from
Sep 26, 2019

Conversation

Marc-Andre-Rivet
Copy link
Contributor

Same as dash-table plotly/dash-table#603

- remove build artifacts
- two step generation for now
- image: percyio/agent
steps:
- run: percy finalize --all
'percy-finalize':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this file just get prettier? hard to tell from the diff the real change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

# build main dash
git clone --depth 1 https://github.com/plotly/dash.git dash-main
cd dash-main && pip install -e .[dev,testing] && python setup.py sdist && mv dist/* ../packages/
cd dash-main && pip install -e .[dev,testing] --quiet && python setup.py sdist && mv dist/* ../packages/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think our intention is to mute the progress bar, --progress-bar off
at least for now, we need to check the pip install logs from time to time

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@byronz byronz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃
it might have some conflict with the one I modified in lazy load PR, please base on that in the future

@Marc-Andre-Rivet Marc-Andre-Rivet added this to the Dash v1.4.0 milestone Sep 26, 2019
@Marc-Andre-Rivet Marc-Andre-Rivet merged commit 78f9ab8 into dev Sep 26, 2019
@Marc-Andre-Rivet Marc-Andre-Rivet deleted the remove-artifacts-from-dev branch September 26, 2019 17:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants