From e090174d77e8ca17891ad452cf65234225da482b Mon Sep 17 00:00:00 2001 From: Martin Lundfall Date: Tue, 10 Dec 2019 18:32:04 +0100 Subject: [PATCH] checkout specs before checking toc --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 884454788..03db9d614 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,7 +156,9 @@ workflows: - test: requires: - install_pyspec_test - - table_of_contents + - table_of_contents: + requires: + - checkout_specs - lint: requires: - test