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