diff --git a/.github/workflows/ship.yml b/.github/workflows/ship.yml index d371755..1d48a06 100644 --- a/.github/workflows/ship.yml +++ b/.github/workflows/ship.yml @@ -12,6 +12,10 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v1 + - name: Setup Python + uses: actions/setup-python@v2 + with: + python-version: "3.8" - name: Build Lambdas run: | file="create_issue"