Update tests.yml
This commit is contained in:
parent
b25f1b4f0a
commit
bca1798d58
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -66,11 +66,13 @@ jobs:
|
|||||||
commands: |
|
commands: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y python3-pip
|
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
|
||||||
cd /Inkycal
|
cd /Inkycal
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
pip install RPi.GPIO==0.7.1 spidev==3.5
|
||||||
cd inkycal/tests
|
cd inkycal/tests
|
||||||
echo $PWD
|
echo $PWD
|
||||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user