Update build.yml python version

This commit is contained in:
tekktrik 2022-02-16 14:50:05 -05:00 committed by GitHub
parent 94eab21b1a
commit 2b8d5479d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,10 +22,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: "3.x"
- name: Versions
run: |
python3 --version