Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33
Dash for R v0.4.0#196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Dash for R v0.4.0 #196
Changes from all commits
5c83f5cd20daa8084518429a3042bbfc6cc2e09789c947c738e3c1685d485d95c2ea67cd33ebaf866d387e16f8d4b99c882ca3f9868be6a91d5ee2de85299522227f6006b6d393345e6e6c460a8c9678b61e6dfaca6613cfb05d1885828d3e4cedb3cc9e06d3733ead2f1be586eddf98a2907ba98254a1402969dd7dcae7c03c6c1030adb4744b696c853cbf7c2667549c97da21e78db2c46d9f0085036ab702e96772b25b03eccd1a2123212d1469972108780576d428d30d46e0212dd030347bd704cdf0e7dff0032d9608a9824b3fbde2406f8ae9f7d33ee082bc41cb341240c62a57b9c80e8c05ad5c1fecf9c0c9201a4d9dec7f75aabf9767577d6bc601952be78fce87c5a1beb00e7ddad984324e93852336fb198c82d8b01b84729b0241ea6e8db472dc002a06d9553e4af8d7cb3be88dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,7 +6,7 @@ jobs: | ||
| "test": &test-template | ||
| working_directory: ~/dashr | ||
| docker: | ||
| - image: byronz/dashr:ci | ||
| - image: plotly/dashr:ci | ||
| environment: | ||
| PERCY_PARALLEL_TOTAL: '-1' | ||
| PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True' | ||
| @@ -37,7 +37,10 @@ jobs: | ||
| command: | | ||
| python -m venv venv | ||
| . venv/bin/activate | ||
| pip install -e git+https://github.com/plotly/dash.git#egg=dash[testing] | ||
| git clone --depth 1 https://github.com/plotly/dash.git dash-main | ||
| cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd .. | ||
| cd dash-main/\@plotly/dash-generator-test-component-nested && npm ci && npm run build && sudo R CMD INSTALL . && cd ../../.. | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @alexcjohnson has simplified this in a previous PR - you can run Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh. Dev to master, no need to fix it. Just take note :) | ||
| cd dash-main/\@plotly/dash-generator-test-component-standard && npm ci && npm run build && sudo R CMD INSTALL . && cd ../../.. | ||
| export PATH=$PATH:/home/circleci/.local/bin/ | ||
| pytest --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/ | ||
| - store_artifacts: | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉