From 07171877b993d36636fa7de48c289104166dc10e Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 26 Jul 2023 14:18:39 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97b37e7..e9a2502 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,6 +81,7 @@ jobs: sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky su - inky whoami + cat /etc/login.defs cd /home/inky sudo apt-get update -y sudo apt-get install python3.9 -y @@ -92,8 +93,9 @@ jobs: run: | git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal cd Inkycal - python3.9 -m venv venv + python3 -m venv venv source venv/bin/activate + python --version python -m pip install --upgrade pip pip install wheel pip install -e ./