Skip to content

Install Python, pipenv and Pipfile packages

Actions
Install Python, pipenv and Pipfile packages
v4
Latest
Star (17)

Tags

 (1)

Easily install Python, pipenv and Pipfile packages in your GitHub Action

Features

  • 🐍 Installs Python
  • 🔨 Installs pipenv
  • 📦 Installs Pipfile packages
  • 💽 Caches packages for future use

Inputs

  • python-version: The version of Python to install

Usage

name: Example action
jobs:
  job:
    name: My job
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Install Python, pipenv and Pipfile packages
        uses: palewire/install-python-pipenv-pipfile@v4
        with:
          python-version: 3.11

      - name: Do my thing
        run: make

Install Python, pipenv and Pipfile packages 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

Install Python, pipenv and Pipfile packages
v4
Latest

Tags

 (1)

Install Python, pipenv and Pipfile packages 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.