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 f5d93c7 commit 09ff726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
pip install -e ./
pip uninstall numpy
pip uninstall numpy -y
pip install RPi.GPIO==0.7.1 spidev==3.5
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
cd tests
Expand Down

0 comments on commit 09ff726

Please sign in to comment.