From 4e42f8943a0e49909ae6f59b8b7c17b350701a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Thu, 17 Dec 2020 17:04:05 -0500 Subject: [PATCH 1/2] 3.7.9 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75ed4940b..96fcd318f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: "server-test": docker: - - image: circleci/python:3.7.6-node-browsers + - image: circleci/python:3.7.9-node-browsers environment: PERCY_PARALLEL_TOTAL: -1 - image: cypress/base:10 @@ -32,7 +32,7 @@ jobs: python -m venv venv || virtualenv venv . venv/bin/activate pip install -r dev-requirements.txt --quiet - git clone --depth 1 git@github.com:plotly/dash.git dash-main + git clone -b browser-capabilities --depth 1 git@github.com:plotly/dash.git dash-main pip install -e ./dash-main[dev,testing] --quiet cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ./../.. From de1b34be2e1408722e76d3794cdeda3cf33ed9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Rivet?= Date: Fri, 18 Dec 2020 10:00:16 -0500 Subject: [PATCH 2/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96fcd318f..98cd25852 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: python -m venv venv || virtualenv venv . venv/bin/activate pip install -r dev-requirements.txt --quiet - git clone -b browser-capabilities --depth 1 git@github.com:plotly/dash.git dash-main + git clone --depth 1 git@github.com:plotly/dash.git dash-main pip install -e ./dash-main[dev,testing] --quiet cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ./../..