Update test-on-rpi.yml

This commit is contained in:
Ace 2023-11-08 01:00:48 +01:00 committed by GitHub
parent de72c4ce25
commit e930579eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,6 @@ jobs:
pip install wheel
pip install -e ./
pip install RPi.GPIO==0.7.1 spidev==3.5
cd inkycal/tests
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done
pip install pytest
python -m pytest