Try python3.
Some checks failed
Build and Publish / test (push) Failing after 6s
Build and Publish / build (push) Has been skipped
Build and Publish / notify (push) Successful in 0s

This commit is contained in:
Cody Cook 2025-06-17 20:29:01 -07:00
parent 5f1e0efa92
commit 705c6fcb5d

View file

@ -18,11 +18,11 @@ jobs:
- name: Check Python version
run: |
python --version
python3 --version
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests