From 3c1a4ebfe0b40b2f1a197cc41b1f1098f3c6ae3c Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 18 Sep 2019 20:21:36 +0200 Subject: [PATCH] use correct script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d205c7d5e..4d1f8c499 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,7 +138,7 @@ jobs: - *restore-cache - run: name: build docs, run tests and build wheels - command: ci_scripts/ci_run.sh + command: ci_scripts/run_all.sh environment: TESTS: 1 DOCS: 1