Update tests.yml
This commit is contained in:
		
							
								
								
									
										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 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 |             sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky | ||||||
|             su - inky |             su - inky | ||||||
|  |             cd /home/inky | ||||||
|             sudo apt-get update -y |             sudo apt-get update -y | ||||||
|             sudo apt-get install -y python3-pip |             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 |             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 |       - name: Install Inkycal and run tests | ||||||
|         run: | |         run: | | ||||||
|           cd /home/inky |  | ||||||
|           git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal |           git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal | ||||||
|           cd /home/inky/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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user