blob: 3d010d1a7b2ebe11b3c70d3362fe60045f38a4df (
plain) (
blame)
1
2
3
4
5
|
tasks:
- name: "Python Environment"
before: "pyenv install 3.12 && pyenv global 3.12"
init: "pip install poetry"
command: "export PIP_USER=false && poetry install && poetry run pre-commit install"
|