Skip to content

A very simple action to setup poetry.

License

Notifications You must be signed in to change notification settings

SG60/setup-poetry

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Poetry

A very simple action to setup poetry.

Usage:

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