Skip to content

Pipenv for Github Actions

Actions
Use pipenv commands in your GitHub Actions Workflow
v2.0.1
Latest
Star (32)

Pipenv for Github Actions

Use pipenv commands in your GitHub Actions Workflow

Install dependencies and run custom command:

  install-test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2 # Checking out the repo

    - name: Install dependencies
      uses: VaultVulp/[email protected]
      with:
        command: install -d # Install all dependencies, including development ones
    
    - name: Test
      uses: VaultVulp/[email protected]
      with:
        command: run test # Run custom `test` command defined in the `[scripts]` block of Pipfile

Pipenv for Github Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Use pipenv commands in your GitHub Actions Workflow
v2.0.1
Latest

Pipenv for Github Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.