mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	dependencies
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -22,6 +22,8 @@ jobs: | |||||||
|           key: ${{ runner.os }}-pip3.6.8} |           key: ${{ runner.os }}-pip3.6.8} | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|  |           sudo apt-get update -qq | ||||||
|  |           sudo apt-get install -qq --no-install-recommends libpoppler-cpp-dev | ||||||
|           pip install --upgrade pipenv |           pip install --upgrade pipenv | ||||||
|           pipenv install --system --dev --ignore-pipfile |           pipenv install --system --dev --ignore-pipfile | ||||||
|       - name: Make documentation |       - name: Make documentation | ||||||
| @@ -54,7 +56,7 @@ jobs: | |||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         run: | |         run: | | ||||||
|           sudo apt-get update -qq |           sudo apt-get update -qq | ||||||
|           sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng |           sudo apt-get install -qq --no-install-recommends libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng | ||||||
|           pip install --upgrade pipenv |           pip install --upgrade pipenv | ||||||
|           pipenv install --system --dev --ignore-pipfile |           pipenv install --system --dev --ignore-pipfile | ||||||
|           cd src/ |           cd src/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler