mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Remove hashes from dev requirements (#4627)
* Remove hashes from dev requirements Fixes #4616 * rollback https://github.com/inventree/InvenTree/pull/4617
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/actions/setup/action.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/setup/action.yaml
									
									
									
									
										vendored
									
									
								
							@@ -48,7 +48,7 @@ runs:
 | 
			
		||||
        if: ${{ inputs.python == 'true' }}
 | 
			
		||||
        shell: bash
 | 
			
		||||
        run: |
 | 
			
		||||
          python3 -m pip install pip==23.0.1
 | 
			
		||||
          python3 -m pip install -U pip
 | 
			
		||||
          pip3 install invoke wheel
 | 
			
		||||
      - name: Install Specific Python Dependencies
 | 
			
		||||
        if: ${{ inputs.pip-dependency }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user