From a4779fdf51133d47e401de17a71ea1e6526ef4b2 Mon Sep 17 00:00:00 2001 From: Alexander Simmerl Date: Sat, 2 Jun 2018 15:49:25 +0200 Subject: [PATCH] Disable slate step in CI workflow It's currently breaking for unknown reasons, until fixed we going to disable it, to not block on it for unrelated PRs. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca43c4fb..b2ea5883 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -199,9 +199,6 @@ workflows: test-suite: jobs: - setup_dependencies - - build_slate: - requires: - - setup_dependencies - setup_abci: requires: - setup_dependencies