Pipenv for Github Actions
Actions 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.