mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	no need to run commands in pipenv when using --system
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -57,11 +57,11 @@ jobs:
 | 
			
		||||
          sudo apt-get update -qq
 | 
			
		||||
          sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
 | 
			
		||||
          pip install --upgrade pipenv
 | 
			
		||||
          pipenv install --system --dev
 | 
			
		||||
          pipenv install --system --dev --ignore-pipfile
 | 
			
		||||
          cd src/
 | 
			
		||||
          pipenv run pytest --cov
 | 
			
		||||
          pipenv run pycodestyle
 | 
			
		||||
          pipenv run coveralls
 | 
			
		||||
          pytest
 | 
			
		||||
          pycodestyle
 | 
			
		||||
          coveralls
 | 
			
		||||
 | 
			
		||||
  frontend:
 | 
			
		||||
    runs-on: ubuntu-20.04
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user