Fix the python versiob
Some checks failed
Build and Publish / test (push) Failing after 7s
Build and Publish / build (push) Has been skipped
Build and Publish / notify (push) Successful in 1s

This commit is contained in:
Cody Cook 2025-06-17 20:27:37 -07:00
parent c7448b70e1
commit 5f1e0efa92

View file

@ -16,10 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Check Python version
run: |
python --version
- name: Install dependencies
run: |