From b35cc4ccb9c46a372cd69135132b289e6b23739b Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Tue, 12 Jan 2021 15:25:23 +0100 Subject: [PATCH] :bug: Correction yaml non parsable --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e2e3ccc..24be1ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,16 +1,16 @@ version: 2 - jobs: - build: - docker: - - image: circleci/python:3.9 - steps: - - checkout - - run: - name: Installation des dépendances python - command: pip install -r requirements/dev.txt workflows: - version: 2 - build-test: - jobs: - - build \ No newline at end of file + tp: + jobs: + - build + +jobs: + build: + docker: + - image: circleci/python:3.9 + steps: + - checkout + - run: + name: Installation des dépendances python + command: pip install -r requirements/dev.txt \ No newline at end of file