Update tests.yml
This commit is contained in:
parent
e4785155f4
commit
07171877b9
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
|||||||
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
|
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
|
||||||
su - inky
|
su - inky
|
||||||
whoami
|
whoami
|
||||||
|
cat /etc/login.defs
|
||||||
cd /home/inky
|
cd /home/inky
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install python3.9 -y
|
sudo apt-get install python3.9 -y
|
||||||
@ -92,8 +93,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
python3.9 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
python --version
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
Loading…
Reference in New Issue
Block a user