Skip to content

Commit

Permalink
Merge pull request plotly#141 from jbampton/style-circleci-config
Browse files Browse the repository at this point in the history
💄 the CircleCI config file.
  • Loading branch information
alexcjohnson committed Oct 7, 2019
1 parent 1ef9a29 commit 92ccc8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/dash-html-components/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- checkout

- run:
name: Write job name
name: ✍️ Write job name
command: echo $CIRCLE_JOB > circlejob.txt

- run:
name: Install dependencies
name: 🏗️ Install dependencies
command: |
sudo pip install virtualenv --upgrade
python -m venv venv || virtualenv venv
Expand All @@ -27,7 +27,7 @@ jobs:
npm install --ignore-scripts
- run:
name: Install dependencies (dash)
name: 🏗️ Install dependencies (dash)
command: |
git clone --depth 1 [email protected]:plotly/dash.git dash-main
git clone --depth 1 [email protected]:plotly/dash-core-components.git
Expand All @@ -39,15 +39,15 @@ jobs:
cd dash-table && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
- run:
name: Build
name: 🧰 Build
command: |
. venv/bin/activate
python --version
npm run clean
npm run build
- run:
name: Run tests
name: 🧪 Run tests
command: |
. venv/bin/activate
python --version
Expand Down

0 comments on commit 92ccc8e

Please sign in to comment.