Update python version

This commit is contained in:
Sean Davis 2022-12-15 21:46:44 -05:00 committed by GitHub
parent 58d592d8bc
commit 024f8e9306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install Python 3 - name: Install Python 3
uses: actions/setup-python@v4.3.0 uses: actions/setup-python@v4.3.0
with: with:
python-version: 3.6 python-version: 3.6.15
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip