mirror of
				https://github.com/inventree/demo-dataset.git
				synced 2025-11-04 07:15:40 +00:00 
			
		
		
		
	Bump required python version
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/import_data.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/import_data.yaml
									
									
									
									
										vendored
									
									
								
							@@ -6,11 +6,6 @@ jobs:
 | 
				
			|||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    strategy:
 | 
					 | 
				
			||||||
      max-parallel: 4
 | 
					 | 
				
			||||||
      matrix:
 | 
					 | 
				
			||||||
        python-version: [3.7]
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      INVENTREE_DB_ENGINE: sqlite3
 | 
					      INVENTREE_DB_ENGINE: sqlite3
 | 
				
			||||||
      INVENTREE_DB_NAME: inventree_db.sqlite3
 | 
					      INVENTREE_DB_NAME: inventree_db.sqlite3
 | 
				
			||||||
@@ -22,7 +17,7 @@ jobs:
 | 
				
			|||||||
      - name: Setup Python
 | 
					      - name: Setup Python
 | 
				
			||||||
        uses: actions/setup-python@v2
 | 
					        uses: actions/setup-python@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ matrix.python-version }}
 | 
					          python-version: 3.9
 | 
				
			||||||
      - name: Install InvenTree
 | 
					      - name: Install InvenTree
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
 | 
					          sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user