mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Trying to use pyenv action step
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,13 +10,14 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-20.04] |         os: [ubuntu-20.04] | ||||||
|         python-version: [3.6,3.7,3.8] |         python: [3.6,3.7,3.8] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|       - name: Install python version |       - name: Install python version | ||||||
|         uses: gabrielfalcao/pyenv-action@v5 |         uses: gabrielfalcao/pyenv-action@v5 | ||||||
|         with: |         with: | ||||||
|           default: "${{ matrix.python-version }}" |           default: "${{ matrix.python }}" | ||||||
|  |           command: pip install -U pip  # upgrade pip after installing python | ||||||
|     - name: Tests |     - name: Tests | ||||||
|       env:  |       env:  | ||||||
|         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mark Schmitt
					Mark Schmitt