Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

dschep/install-poetry-action

Repository files navigation

Github Action to install Poetry

THIS ACTION IS NOT MAINTAINED. USE https://github.com/snok/install-poetry INSTEAD!

GitHub Actions status

This action sets up a poetry for use in actions by:

  • installing a version of poetry and adding to PATH.

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: dschep/[email protected]
- run: poetry run my_script.py

With a specific version:

- uses: dschep/[email protected]
  with:
    version: 1.0.0a1

Or use the preview release (not compatible with the version option)

- uses: dschep/[email protected]
  with:
    preview: true

By default, the Poetry option virtualenvs.create is set to false. If you would like Poetry to create a new virtual environment if one doesn't already exist:

- uses: dschep/[email protected]
  with:
    create_virtualenvs: true

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide

About

A Github action to install poetry

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •