fix tests

This commit is contained in:
Ace 2024-04-28 16:48:04 +02:00
parent 24ef737efb
commit 0ff28e4e11
2 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ jobs:
sudo apt-get update -y 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 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 echo $PWD && ls
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal git clone https://github.com/aceinnolab/Inkycal
cd Inkycal cd Inkycal
python3.12 -m venv venv python3.11 -m venv venv
. venv/bin/activate . venv/bin/activate
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install wheel pip install wheel

View File

@ -180,7 +180,7 @@ pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0
# Raspberry Pi specific section end # Raspberry Pi specific section end
cd $HOME cd $HOME
git clone --branch main https://github.com/aceinnolab/Inkycal git clone https://github.com/aceinnolab/Inkycal
cd Inkycal cd Inkycal
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate