From 361f14bffe5a9e5d9f7a7af3f4a8cb34df222a6a Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 18 Sep 2019 20:12:01 +0200 Subject: [PATCH] ... --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ad39f6ca..d205c7d5e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,7 +185,7 @@ workflows: test: jobs: - cargo_fetch - - build_test_docs_wheel + - build_test_docs_wheel: requires: - cargo_fetch - upload_docs_wheels: