From ca17faef7c7b51174fb3959b362baa5569bf802a Mon Sep 17 00:00:00 2001 From: Ryan Patrick Kyle Date: Tue, 19 Jan 2021 22:20:18 -0500 Subject: [PATCH] Remove context reference from CircleCI (#175) --- packages/dash-html-components/.circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/dash-html-components/.circleci/config.yml b/packages/dash-html-components/.circleci/config.yml index 4f0edc063a..3cc7e5d3d6 100644 --- a/packages/dash-html-components/.circleci/config.yml +++ b/packages/dash-html-components/.circleci/config.yml @@ -82,12 +82,6 @@ workflows: version: 2 build: jobs: - - python-2.7: - context: - - dash-docker-hub - - python-3.6: - context: - - dash-docker-hub - - python-3.7: - context: - - dash-docker-hub + - python-2.7 + - python-3.6 + - python-3.7