Update tests.yml
This commit is contained in:
parent
ad28e23967
commit
853130e2d5
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -79,6 +79,7 @@ jobs:
|
||||
sudo useradd -m -p ${{ secrets.INKY_INITAL_PASSWORD }} inky
|
||||
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
|
||||
su - inky
|
||||
cd /home/inky
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y python3-pip
|
||||
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
|
||||
@ -86,9 +87,8 @@ jobs:
|
||||
|
||||
- name: Install Inkycal and run tests
|
||||
run: |
|
||||
cd /home/inky
|
||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||
cd /home/inky/Inkycal
|
||||
cd Inkycal
|
||||
. venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
pip install wheel
|
||||
|
Loading…
Reference in New Issue
Block a user