Update build-doc-and-os.yml
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build-doc-and-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-doc-and-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,6 @@ jobs: | |||||||
|           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 .. |           cd .. | ||||||
|            |            | ||||||
|       - name: Generate Docs |       - name: Generate Docs | ||||||
| @@ -93,6 +92,7 @@ jobs: | |||||||
|             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 | ||||||
|             wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json |             wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json | ||||||
|             for f in *.py; do python3 "$f"; done |             for f in *.py; do python3 "$f"; done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user