Use python 3.8

This commit is contained in:
Waylon Walker 2021-05-23 17:27:09 -05:00 committed by GitHub
parent d025eedf44
commit 0cc9a4cbf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2.2.2 uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.9 python-version: 3.8
- run: | - run: |
pip install -r requirements.txt pip install -r requirements.txt
- run: | - run: |