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
commit 705c6fcb5d

View file

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