dschep / install-pipenv-action

A Github action to install pipenv
MIT License
24 stars 7 forks source link
github-actions pipenv python

Github Action to install pipenv

GitHub Actions status

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

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: dschep/install-pipenv-action@v1
- run: pipenv run my_script.py

With a specific version:

- uses: dschep/install-pipenv-action@v1
  with:
    version: 2018.11.26

License

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

Contributions

Contributions are welcome! See Contributor's Guide