fix tests
This commit is contained in:
parent
24ef737efb
commit
0ff28e4e11
4
.github/workflows/test-on-rpi.yml
vendored
4
.github/workflows/test-on-rpi.yml
vendored
@ -44,9 +44,9 @@ jobs:
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y
|
||||
echo $PWD && ls
|
||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||
git clone https://github.com/aceinnolab/Inkycal
|
||||
cd Inkycal
|
||||
python3.12 -m venv venv
|
||||
python3.11 -m venv venv
|
||||
. venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
pip install wheel
|
||||
|
@ -180,7 +180,7 @@ pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0
|
||||
# Raspberry Pi specific section end
|
||||
|
||||
cd $HOME
|
||||
git clone --branch main https://github.com/aceinnolab/Inkycal
|
||||
git clone https://github.com/aceinnolab/Inkycal
|
||||
cd Inkycal
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
|
Loading…
Reference in New Issue
Block a user