version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" python: install: - requirements: requirements.txt # build:build: # image: latest # requirements_file: requirements.txt