Update python version to 3.7.10

This commit is contained in:
Carl Lundin 2021-02-18 18:22:22 -08:00
parent 1d4d16fd54
commit c587d4018c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,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 }}

View file

@ -11,7 +11,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 }}