From af2d9dedcbc0674814d3225f23fc3d101002e66f Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Thu, 14 Jan 2021 21:03:13 +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 4c6dda8..8ed5f59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - restore_cache: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - run: - name: Dépendances python + name: Dependances python command: | python3 -m venv venv . venv/bin/activate