|
@@ -8,10 +8,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
- name: Set up Python 3.7 |
|
|
|
|
|
|
|
|
- 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: | |
|
|
pip install --upgrade pip pipenv |
|
|
pip install --upgrade pip pipenv |
|
|