@ -1,12 +1,13 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9
steps:
- checkout
- run:
command: pip install -r requirements/dev.txt
name: Installation des dépendances python
workflows: