mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix python action
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -31,17 +31,16 @@ jobs:
 | 
				
			|||||||
          make html
 | 
					          make html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  tests:
 | 
					  tests:
 | 
				
			||||||
    runs-on: ${{ matrix.os }}
 | 
					    runs-on: ubuntu-20.04
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [ ubuntu-20.04 ]
 | 
					 | 
				
			||||||
        python-version: ['3.6', '3.7', '3.8']
 | 
					        python-version: ['3.6', '3.7', '3.8']
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v2
 | 
				
			||||||
      - name: Set up Python
 | 
					      - name: Set up Python
 | 
				
			||||||
        uses: actions/setup-python@v2
 | 
					        uses: actions/setup-python@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          default: "${{ matrix.python-version }}"
 | 
					          python-version: "${{ matrix.python-version }}"
 | 
				
			||||||
      - name: Get pip cache dir
 | 
					      - name: Get pip cache dir
 | 
				
			||||||
        id: pip-cache
 | 
					        id: pip-cache
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user