From 886a1b0a44b9c97402e68c0d395f6e532b3d3c37 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Tue, 10 Oct 2023 21:54:11 -0400 Subject: [PATCH] Add poetry install --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96f2a7f..53280c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,8 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} + - name: Install Poetry dependencies + run: poetry install - name: Generate AWS profile run: | mkdir ~/.aws