Setup python

This commit is contained in:
Ben Meadors 2024-09-24 12:58:41 -05:00 committed by GitHub
parent 5488c8f579
commit c679932248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,10 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Upgrade python tools - name: Upgrade python tools
shell: bash shell: bash
run: | run: |