mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	github-actions: readding explicit install
explicitly install pytest, pytest-cov and coveralls. I think travis already did that and we need to explicitly do so now. removed installing dev-dependencies, do it explicitly. (just trying to reproduce the travis-ci build)
This commit is contained in:
		
							parent
							
								
									4bea504690
								
							
						
					
					
						commit
						4684d19953
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @ -23,10 +23,10 @@ jobs: | ||||
|         sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr | ||||
|     - name: Upgrade pip | ||||
|       run: | | ||||
|         pip install --upgrade pip pipenv sphinx | ||||
|         pip install --upgrade pip pipenv sphinx pytest pytest-cov coveralls | ||||
|     - name: Gather pip requirements | ||||
|       run: | | ||||
|         pipenv lock --dev -r > requirements.txt | ||||
|         pipenv lock -r > requirements.txt | ||||
|     - name: Install pip requirements | ||||
|       run: | | ||||
|         pip install -r requirements.txt | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user