Update python version to 3.7.10 (#512)

This commit is contained in:
Carl Lundin 2021-02-18 18:55:29 -08:00 committed by GitHub
parent 570ae6bb52
commit 006c6dd5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Tool Setup
uses: actions/setup-python@v2
with:
python-version: 3.8.5
python-version: 3.7.10
architecture: x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}