2.7 -> 3.8
This commit is contained in:
parent
8d2ee0f91e
commit
91d7d974b0
4
.github/workflows/ship.yml
vendored
4
.github/workflows/ship.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: "3.8"
|
||||||
- name: Build Lambdas
|
- name: Build Lambdas
|
||||||
run: |
|
run: |
|
||||||
file="create_issue"
|
file="create_issue"
|
||||||
|
Reference in New Issue
Block a user