cd app
pyenv install 3.10.8
poetry env use $HOME/.pyenv/versions/3.10.8/bin/python
poetry install
Take a look the .github/workflows/pipeline.yml file to see how the workflow is configured.
A sample repo how to setup a CICD pipeline to check the formatting of your code using black, isort, and pytest.
MakefileMIT
cd app
pyenv install 3.10.8
poetry env use $HOME/.pyenv/versions/3.10.8/bin/python
poetry install
Take a look the .github/workflows/pipeline.yml file to see how the workflow is configured.