From 7f54a8616f405a2f210ad6f33108a712823e2d1e Mon Sep 17 00:00:00 2001 From: s-egge <102624422+s-egge@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:56:23 -0700 Subject: [PATCH] Add Python version --- .github/workflows/API-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/API-deploy.yml b/.github/workflows/API-deploy.yml index f031812c..83cac51e 100644 --- a/.github/workflows/API-deploy.yml +++ b/.github/workflows/API-deploy.yml @@ -13,6 +13,8 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-python@v5 + with: + python-version: '3.10' - uses: aws-actions/setup-sam@v2 - uses: aws-actions/configure-aws-credentials@v4 with: