mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	try new python setup action
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -35,17 +35,13 @@ jobs: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: [ ubuntu-20.04 ] | ||||
|         python: # pyenv-action requires the exact version | ||||
|           - 3.6.8 | ||||
|           - 3.7.9 | ||||
|           - 3.8.6 | ||||
|         python-version: ['3.6', '3.7', '3.8'] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - name: Install python version | ||||
|         uses: gabrielfalcao/pyenv-action@v7 | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v2 | ||||
|         with: | ||||
|           default: "${{ matrix.python }}" | ||||
|           command: "pip install -U pip" | ||||
|           default: "${{ matrix.python-version }}" | ||||
|       - name: Get pip cache dir | ||||
|         id: pip-cache | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler