From feb4dfc3afec34600a5ffda959558a17fe29e6e0 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 18 Sep 2019 20:07:46 +0200 Subject: [PATCH] try sth --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5ccf3678..fb75b54de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,7 +135,7 @@ jobs: working_directory: /mnt/crate steps: - *restore-workspace - - *restore-cache-python + - *restore-cache - run: name: build docs, run tests and build wheels command: ci_scripts/ci_run.sh @@ -185,6 +185,9 @@ workflows: test: jobs: - build_test_docs_wheel + requires: + - cargo_fetch + - upload_docs_wheels: requires: - build_test_docs_wheel