moved github action to 3.6, since that is the current min requirement

This commit is contained in:
Blake Harnden 2020-03-31 14:06:13 -07:00
parent 8186c62b19
commit 6e8f980cc9

View file

@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up Python 3.7 - name: Set up Python 3.6
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.7 python-version: 3.6
- name: Install pipenv - name: Install pipenv
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip