/install-pipenv-action

A Github action to install pipenv

Primary LanguageTypeScriptMIT LicenseMIT

Github Action to install pipenv

GitHub Actions status

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

  • installing a version of pipenv with your configured version of python

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