change to python 3.7

I swore to myself that I added it in.
This commit is contained in:
2020-04-20 00:33:01 -05:00
committed by GitHub
parent 31f0ec6160
commit 3a3aeee1af

View File

@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.7
- name: Install pipenv & sync
run: |
cd triple-dungeon