Makes it standard how pipenv is referred to

This commit is contained in:
Trenton H 2023-10-30 11:52:04 -07:00
parent a9cedd50af
commit 48b05ed471

View File

@ -64,7 +64,7 @@ jobs:
- -
name: Install pipenv name: Install pipenv
run: | run: |
pip install --user pipenv==${DEFAULT_PIP_ENV_VERSION} pip install --user pipenv==${{ env.DEFAULT_PIP_ENV_VERSION }}
- -
name: Install dependencies name: Install dependencies
run: | run: |
@ -133,7 +133,7 @@ jobs:
- -
name: Install pipenv name: Install pipenv
run: | run: |
pip install --user pipenv==${DEFAULT_PIP_ENV_VERSION} pip install --user pipenv==${{ env.DEFAULT_PIP_ENV_VERSION }}
- -
name: Install system dependencies name: Install system dependencies
run: | run: |
@ -453,7 +453,7 @@ jobs:
- -
name: Install pipenv + tools name: Install pipenv + tools
run: | run: |
pip install --upgrade --user pipenv==${DEFAULT_PIP_ENV_VERSION} setuptools wheel pip install --upgrade --user pipenv==${{ env.DEFAULT_PIP_ENV_VERSION }} setuptools wheel
- -
name: Install Python dependencies name: Install Python dependencies
run: | run: |
@ -621,7 +621,7 @@ jobs:
- -
name: Install pipenv + tools name: Install pipenv + tools
run: | run: |
pip install --upgrade --user pipenv==${DEFAULT_PIP_ENV_VERSION} setuptools wheel pip install --upgrade --user pipenv==${{ env.DEFAULT_PIP_ENV_VERSION }} setuptools wheel
- -
name: Append Changelog to docs name: Append Changelog to docs
id: append-Changelog id: append-Changelog