try python 2.7.18

This commit is contained in:
⧉ infominer 2021-04-10 13:27:51 -04:00
parent bacc3b00c2
commit ee87d2a7d3

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9.0' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '2.7.18' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: py-actions/py-dependency-install@v2
with:
path: requirements.txt