@ -1,5 +1,11 @@
version: 2
workflows:
tp:
jobs:
- build
build:
docker:
- image: circleci/python:3.9
@ -8,9 +14,3 @@ version: 2
- run:
name: Installation des dépendances python
command: pip install -r requirements/dev.txt
build-test: