mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	ALso install python before using pip in the documentation job
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							@@ -37,6 +37,11 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-20.04
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - name: Install python version
 | 
			
		||||
      uses: gabrielfalcao/pyenv-action@v7
 | 
			
		||||
      with:
 | 
			
		||||
        default: "3.6.8"
 | 
			
		||||
        command: "pip install -U pip"
 | 
			
		||||
    - name: dependencies
 | 
			
		||||
      run: |
 | 
			
		||||
        sudo apt-get update -qq
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user