diff --git a/.github/workflows/cdk-deploy.yaml b/.github/workflows/cdk-deploy.yaml index 5ce7740..21387ae 100644 --- a/.github/workflows/cdk-deploy.yaml +++ b/.github/workflows/cdk-deploy.yaml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | - poetry export -f requirements.txt --output requirements.txt && \ + poetry export -f requirements.txt --output requirements.txt --with dev && \ pip install -r requirements.txt - name: Test