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