File tree 1 file changed +5
-5
lines changed
packages/dash-html-components/.circleci
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- checkout
15
15
16
16
- run :
17
- name : Write job name
17
+ name : ✍️ Write job name
18
18
command : echo $CIRCLE_JOB > circlejob.txt
19
19
20
20
- run :
21
- name : Install dependencies
21
+ name : 🏗️ Install dependencies
22
22
command : |
23
23
sudo pip install virtualenv --upgrade
24
24
python -m venv venv || virtualenv venv
27
27
npm install --ignore-scripts
28
28
29
29
- run :
30
- name : Install dependencies (dash)
30
+ name : 🏗️ Install dependencies (dash)
31
31
command : |
32
32
git clone --depth 1 [email protected] :plotly/dash.git dash-main
33
33
git clone --depth 1 [email protected] :plotly/dash-core-components.git
@@ -39,15 +39,15 @@ jobs:
39
39
cd dash-table && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
40
40
41
41
- run :
42
- name : Build
42
+ name : 🧰 Build
43
43
command : |
44
44
. venv/bin/activate
45
45
python --version
46
46
npm run clean
47
47
npm run build
48
48
49
49
- run :
50
- name : Run tests
50
+ name : 🧪 Run tests
51
51
command : |
52
52
. venv/bin/activate
53
53
python --version
You can’t perform that action at this time.
0 commit comments