From 2006d57389369095359a08100f744bac084be920 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Thu, 14 Jan 2021 20:46:18 +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 ae78f75..3fb21df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - run: name: Dépendances python - command:| + command: | python3 -m venv venv . venv/bin/activate pip install -r requirements/dev.txt