From acb60a5a4bd45413ea66ec529346be475a8cf653 Mon Sep 17 00:00:00 2001 From: palewire Date: Wed, 4 Sep 2024 08:09:07 -0400 Subject: [PATCH] Upgrade setuptools --- .github/workflows/continuous-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index c99d28a..08dc866 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -64,6 +64,7 @@ jobs: name: Install pipenv run: | python -m ensurepip --upgrade + python -m pip install --upgrade setuptools curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python shell: bash