mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	rename some steps
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -72,7 +72,7 @@ jobs: | |||||||
|           path: ${{ steps.pip-cache.outputs.dir }} |           path: ${{ steps.pip-cache.outputs.dir }} | ||||||
|           key: ${{ runner.os }}-pip${{ matrix.python-version }} |           key: ${{ runner.os }}-pip${{ matrix.python-version }} | ||||||
|       - |       - | ||||||
|         name: Prepare tests |         name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           pip install --upgrade pipenv |           pip install --upgrade pipenv | ||||||
|           pipenv install --system --dev --ignore-pipfile |           pipenv install --system --dev --ignore-pipfile | ||||||
| @@ -109,7 +109,7 @@ jobs: | |||||||
|           path: ${{ steps.pip-cache.outputs.dir }} |           path: ${{ steps.pip-cache.outputs.dir }} | ||||||
|           key: ${{ runner.os }}-pip${{ matrix.python-version }} |           key: ${{ runner.os }}-pip${{ matrix.python-version }} | ||||||
|       - |       - | ||||||
|         name: Prepare tests |         name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           sudo apt-get update -qq |           sudo apt-get update -qq | ||||||
|           sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng |           sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler