From a525f458eccacdd8808a1f0889d94e2cee20d2fd Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Thu, 14 Jan 2021 21:08:36 +0100 Subject: [PATCH] :construction: reindentation du fichier de config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ed5f59..fdc29f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - restore_cache: - key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} + key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - run: name: Dependances python command: |