Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sg60/setup-poetry

A very simple action to setup poetry.
https://github.com/sg60/setup-poetry

actions poetry-python python

Last synced: 20 days ago
JSON representation

A very simple action to setup poetry.

Awesome Lists containing this project

README

        

# Setup Poetry

A **very** simple action to setup poetry.

Usage:
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: SG60/setup-poetry@v1
- run: poetry install # you can use poetry now!
```