diff --git a/.circleci/config.yml b/.circleci/config.yml index 24be1ba..454ea2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,10 +1,4 @@ version: 2 - -workflows: - tp: - jobs: - - build - jobs: build: docker: @@ -13,4 +7,10 @@ jobs: - checkout - run: name: Installation des dépendances python - command: pip install -r requirements/dev.txt \ No newline at end of file + command: pip install -r requirements/dev.txt + +workflows: + version: 2 + tp: + jobs: + - build \ No newline at end of file