From a84087edf3f494d5d38ec24bad3d42fab9a87b10 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 16 Jun 2022 18:32:34 -0700 Subject: [PATCH] Install `pipenv` via Pipx --- .github/actions/setup/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 72676618..753de6c3 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -8,6 +8,9 @@ inputs: runs: using: 'composite' steps: + - name: Install Pipenv + shell: bash + run: pipx install pipenv - uses: actions/setup-python@v4 id: setup-python with: