Skip to content

Commit 406f8ae

Browse files
author
Marc-André Rivet
committed
use dev and clean up
1 parent b3fbde2 commit 406f8ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
command: |
3838
python -m venv venv
3939
. venv/bin/activate
40-
git clone -b pr1125-tests --depth 1 https://github.com/plotly/dash.git dash-main
40+
git clone --depth 1 https://github.com/plotly/dash.git dash-main
4141
cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd ..
4242
cd dash-main/\@plotly/dash-generator-test-component-nested && npm ci && npm run build && sudo R CMD INSTALL . && cd ../../..
4343
cd dash-main/\@plotly/dash-generator-test-component-standard && npm ci && npm run build && sudo R CMD INSTALL . && cd ../../..
44-
sudo Rscript -e 'library(dashGeneratorTestComponentNested); print(dgtc_nestedMyNestedComponent)'
45-
sudo Rscript -e 'library(dashGeneratorTestComponentStandard); print(dgtc_standardMyStandardComponent)'
4644
export PATH=$PATH:/home/circleci/.local/bin/
4745
pytest --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/
4846
- store_artifacts:

0 commit comments

Comments
 (0)