From c7686e0a9724b110ccaf4adc073a27860c6d0e6c Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 18 Sep 2019 20:34:40 +0200 Subject: [PATCH] fixup --- .circleci/config.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 427b22f77..d66f2d6bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,10 +116,10 @@ jobs: docker: - image: deltachat/coredeps environment: - DCC_PY_LIFECONFIG: 1 - BRANCH: 1 - TESTS: 1 - DOCS: 1 + DCC_PY_LIFECONFIG: 1 + BRANCH: 1 + TESTS: 1 + DOCS: 1 working_directory: /mnt/crate steps: - *restore-workspace @@ -127,9 +127,6 @@ jobs: - run: name: build docs, run tests and build wheels command: ci_scripts/run_all.sh - environment: - TESTS: 1 - DOCS: 1 - run: name: copying docs and wheels to workspace command: | @@ -150,7 +147,7 @@ jobs: working_directory: /mnt/crate steps: - *restore-workspace - - *restore-cache-python + - *restore-cache - attach_workspace: at: workspace - run: pyenv global 3.5.2