|
@@ -9,9 +9,9 @@ jobs:
|
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: Setup Python
|
|
- name: Setup Python
|
|
|
- uses: actions/setup-python@v1
|
|
|
|
|
|
|
+ uses: actions/setup-python@v2
|
|
|
with:
|
|
with:
|
|
|
- python-version: 3.7
|
|
|
|
|
|
|
+ python-version: 3.8
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
run: |
|
|
run: |
|