From 92ccc8e197f1e4efeada6a5d302a360e86df206f Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Mon, 7 Oct 2019 18:22:29 -0400 Subject: [PATCH] Merge pull request #141 from jbampton/style-circleci-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ๐Ÿ’„ the CircleCI config file. --- packages/dash-html-components/.circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/dash-html-components/.circleci/config.yml b/packages/dash-html-components/.circleci/config.yml index 32cc259b7a..ee1ca56685 100644 --- a/packages/dash-html-components/.circleci/config.yml +++ b/packages/dash-html-components/.circleci/config.yml @@ -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 @@ -27,7 +27,7 @@ jobs: npm install --ignore-scripts - run: - name: Install dependencies (dash) + name: ๐Ÿ—๏ธ Install dependencies (dash) command: | git clone --depth 1 git@github.com:plotly/dash.git dash-main git clone --depth 1 git@github.com:plotly/dash-core-components.git @@ -39,7 +39,7 @@ 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 @@ -47,7 +47,7 @@ jobs: npm run build - run: - name: Run tests + name: ๐Ÿงช Run tests command: | . venv/bin/activate python --version