Update test-on-rpi.yml
This commit is contained in:
parent
f0f299cbd7
commit
831086c859
3
.github/workflows/test-on-rpi.yml
vendored
3
.github/workflows/test-on-rpi.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
sudo apt-get update -y
|
||||
python --version
|
||||
sudo apt-get install -y python3-pip
|
||||
sudo apt-get install libopenblas-base zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev -y
|
||||
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev -y
|
||||
echo $PWD && ls
|
||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||
cd Inkycal
|
||||
@ -52,6 +52,7 @@ jobs:
|
||||
pip install wheel
|
||||
pip install -e ./
|
||||
pip install RPi.GPIO==0.7.1 spidev==3.5
|
||||
pip install numpy==1.24.4 -y
|
||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||
cd inkycal/tests
|
||||
pip install pytest
|
||||
|
Loading…
Reference in New Issue
Block a user