Python3 improvements still
Some checks failed
Build and Publish / test (push) Failing after 20s
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:30:25 -07:00
parent 705c6fcb5d
commit 2a9ade77d8

View file

@ -22,12 +22,13 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
apt-get update && apt-get install -y python3-pip
pip3 install --upgrade pip
pip3 install -r requirements.txt
- name: Run tests
run: |
pytest
python3 -m pytest
build:
needs: test