|
@@ -11,10 +11,10 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Set up Python 3.6 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.7 |
|
|
uses: actions/setup-python@v2 |
|
|
uses: actions/setup-python@v2 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.6 |
|
|
|
|
|
|
|
|
python-version: 3.7 |
|
|
- name: Install pre-commit hook |
|
|
- name: Install pre-commit hook |
|
|
run: | |
|
|
run: | |
|
|
pip install pre-commit |
|
|
pip install pre-commit |
|
|