From 0677113cfd55c12211b1f1ee6c4aa2ca159a7745 Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 25 Jul 2023 15:19:46 -0400 Subject: [PATCH] dev install for tests --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 0ba9b23f..06a526d6 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -81,7 +81,7 @@ jobs: - id: pipenv-install name: Install Python dependencies - run: pipenv install --skip-lock --python `which python` + run: pipenv install --skip-lock --dev --python `which python` shell: bash - id: run