Skip to content

Commit

Permalink
Update test-on-rpi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Nov 8, 2023
1 parent de72c4c commit e930579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e930579

Please sign in to comment.