version: 2 jobs: build: docker: - image: circleci/python:3.9.1 steps: - checkout - run: pip install -r requirements/dev.txt