renames the new step

This commit is contained in:
Trenton H 2023-10-20 08:00:40 -07:00
parent 099bb29283
commit 2ec080a8aa

View File

@ -452,13 +452,11 @@ jobs:
run: |
pipenv --python ${{ steps.setup-python.outputs.python-version }} sync --dev
-
name: Gather info
name: Patch whitenoise
run: |
curl --fail --silent --show-error --location --output 484.patch https://github.com/evansd/whitenoise/pull/484.patch
patch -d $(pipenv --venv)/lib/python3.10/site-packages --verbose -p2 < 484.patch
rm 484.patch
pipenv --python ${{ steps.setup-python.outputs.python-version }} run python3 -m site
pipenv --python ${{ steps.setup-python.outputs.python-version }} run pip3 list --verbose
-
name: Install system dependencies
run: |