From 0ff28e4e11b63d23901dc7d4456c6a1106d25be9 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 28 Apr 2024 16:48:04 +0200 Subject: [PATCH] fix tests --- .github/workflows/test-on-rpi.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-on-rpi.yml b/.github/workflows/test-on-rpi.yml index cad32d2..5e3f014 100644 --- a/.github/workflows/test-on-rpi.yml +++ b/.github/workflows/test-on-rpi.yml @@ -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 diff --git a/README.md b/README.md index 88606a3..9f2dd81 100644 --- a/README.md +++ b/README.md @@ -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