File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ jobs:
37
37
command : |
38
38
python -m venv venv
39
39
. 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
41
41
cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd ..
42
42
cd dash-main/\@plotly/dash-generator-test-component-nested && npm ci && npm run build && sudo R CMD INSTALL . && cd ../../..
43
43
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)'
46
44
export PATH=$PATH:/home/circleci/.local/bin/
47
45
pytest --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/
48
46
- store_artifacts :
You can’t perform that action at this time.
0 commit comments