|
@@ -10,7 +10,7 @@ jobs: |
|
|
- name: Set up Python |
|
|
- name: Set up Python |
|
|
uses: actions/setup-python@v1 |
|
|
uses: actions/setup-python@v1 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.7 |
|
|
|
|
|
|
|
|
python-version: 3.8 |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
|