From ae2f277bbe1b36fbfd6f8bf67e11e4472e4f208d Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Sat, 16 Jan 2021 13:27:03 +0100 Subject: [PATCH] improve config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e3e7c6..f409ebc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,9 +67,8 @@ jobs: POSTGRES_PORT: 5432 - save_cache: paths: - - ./venv + - ./venv key: v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} - workflows: version: 2.1 build_circleci: @@ -77,4 +76,4 @@ workflows: - build - start_test: requires: - - build + - build \ No newline at end of file