GitHunt
PI

piotrplenik/setup-pipenv

typescript-action status

piotr-vimn/setup-pipenv action

WORK IN PROGRESS. GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).

Example usage

name: PipEnv CI
on: [push]
jobs:
  test:
    name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]
    steps:
    - uses: actions/checkout@v1
    - name: Setup Python
      uses: piotr-vimn/setup-pipenv@v1
      var:
        pipenv-version: 2021.5.29
    ...

Contributing

For more info on how to contribute to setup-pipenv, see the CONTRIBUTING.

License

This software is released under the MIT License, see LICENSE.

Languages

TypeScript89.3%JavaScript10.7%

Contributors

MIT License
Created June 17, 2021
Updated February 21, 2023