Skip to content

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

License

Notifications You must be signed in to change notification settings

palewire/install-python-pipenv-pipfile

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks