mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	add envs
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -168,10 +168,10 @@ jobs: | ||||
|     steps: | ||||
|       - name: Checkout Code | ||||
|         uses: actions/checkout@v2 | ||||
|       - name: Setup Python | ||||
|       - name: Setup Python ${{ env.python_version }} | ||||
|         uses: actions/setup-python@v2 | ||||
|         with: | ||||
|           python-version: 3.7 | ||||
|           python-version: ${{ env.python_version }} | ||||
|       - name: Install Dependencies | ||||
|         run: | | ||||
|           sudo apt-get update | ||||
|   | ||||
		Reference in New Issue
	
	Block a user