From 31094766379577cf9c6b6c7e78902316089c3dfb Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 23 Aug 2023 07:28:00 -0700 Subject: [PATCH] merge from main --- .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 3b4c4d911..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 --upgrade pipenv + run: pip install pipenv==2023.7.23 - name: Install application dependencies shell: bash run: make bootstrap