renames the new step
This commit is contained in:
parent
099bb29283
commit
2ec080a8aa
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -452,13 +452,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pipenv --python ${{ steps.setup-python.outputs.python-version }} sync --dev
|
pipenv --python ${{ steps.setup-python.outputs.python-version }} sync --dev
|
||||||
-
|
-
|
||||||
name: Gather info
|
name: Patch whitenoise
|
||||||
run: |
|
run: |
|
||||||
curl --fail --silent --show-error --location --output 484.patch https://github.com/evansd/whitenoise/pull/484.patch
|
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
|
patch -d $(pipenv --venv)/lib/python3.10/site-packages --verbose -p2 < 484.patch
|
||||||
rm 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
|
name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user