From 8eba976ec1decbeab2108df80401e603d3432225 Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 22 Aug 2023 18:12:51 -0400 Subject: [PATCH] one further step back in pipenv-land --- .github/actions/setup-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index a5f3db1de..f05f1ff1f 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -15,7 +15,7 @@ runs: python-version: "3.9" - name: Install pipenv shell: bash - run: pip install pipenv==2023.8.19 + run: pip install pipenv==2023.7.23 - name: Install application dependencies shell: bash run: make bootstrap