File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- version : 2
1
+ version : 2.1
2
+
3
+ orbs :
4
+ browser-tools :
circleci/[email protected]
2
5
3
6
jobs :
4
7
15
18
steps :
16
19
- checkout
17
20
21
+ - browser-tools/install-browser-tools
22
+
18
23
- run :
19
24
name : ℹ️ CI Context
20
25
command : |
37
42
command : |
38
43
python -m venv venv
39
44
. venv/bin/activate
45
+ pip install --upgrade pip wheel
40
46
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
41
- cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd ~/dashjl
47
+ cd dash-main && pip install -e .[ci, dev,testing] --progress-bar off && cd ..
42
48
export PATH=$PATH:/home/circleci/.local/bin/
43
49
pytest --headless --nopercyfinalize --junitxml=test-reports/dashjl.xml --percy-assets=test/assets/ test/integration/
44
50
- store_artifacts :
@@ -56,4 +62,4 @@ workflows:
56
62
version : 2
57
63
build :
58
64
jobs :
59
- - " test"
65
+ - test
You can’t perform that action at this time.
0 commit comments