fix tests
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/test-on-rpi.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-on-rpi.yml
									
									
									
									
										vendored
									
									
								
							| @@ -44,9 +44,9 @@ jobs: | |||||||
|             sudo apt-get update -y |             sudo apt-get update -y | ||||||
|             sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y |             sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y | ||||||
|             echo $PWD && ls |             echo $PWD && ls | ||||||
|             git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal |             git clone https://github.com/aceinnolab/Inkycal | ||||||
|             cd Inkycal |             cd Inkycal | ||||||
|             python3.12 -m venv venv |             python3.11 -m venv venv | ||||||
|             . venv/bin/activate |             . venv/bin/activate | ||||||
|             python -m pip install --upgrade pip |             python -m pip install --upgrade pip | ||||||
|             pip install wheel |             pip install wheel | ||||||
|   | |||||||
| @@ -180,7 +180,7 @@ pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 | |||||||
| # Raspberry Pi specific section end | # Raspberry Pi specific section end | ||||||
|  |  | ||||||
| cd $HOME | cd $HOME | ||||||
| git clone --branch main https://github.com/aceinnolab/Inkycal | git clone https://github.com/aceinnolab/Inkycal | ||||||
| cd Inkycal | cd Inkycal | ||||||
| python3 -m venv venv | python3 -m venv venv | ||||||
| source venv/bin/activate | source venv/bin/activate | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user