2.7 -> 3.8

This commit is contained in:
Layla 2020-11-16 19:26:43 -05:00
parent 8d2ee0f91e
commit 91d7d974b0
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -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"