mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	call apt-get update in workflow scripts
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -229,6 +229,7 @@ jobs:
 | 
			
		||||
          cache: 'pip'
 | 
			
		||||
      - name: Install Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          sudo apt-get update
 | 
			
		||||
          sudo apt-get install libpq-dev
 | 
			
		||||
          pip3 install invoke
 | 
			
		||||
          pip3 install psycopg2
 | 
			
		||||
@@ -282,6 +283,7 @@ jobs:
 | 
			
		||||
          cache: 'pip'
 | 
			
		||||
      - name: Install Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          sudo apt-get update
 | 
			
		||||
          sudo apt-get install mysql-server libmysqlclient-dev
 | 
			
		||||
          pip3 install invoke
 | 
			
		||||
          pip3 install mysqlclient
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user