mirror of
				https://github.com/cmur2/python-veml6070.git
				synced 2025-11-03 18:25:07 +01:00 
			
		
		
		
	ci: update to Poetry 1.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,7 +28,7 @@ jobs:
 | 
				
			|||||||
        python-version: ${{ matrix.python-version }}
 | 
					        python-version: ${{ matrix.python-version }}
 | 
				
			||||||
    - name: Install Poetry
 | 
					    - name: Install Poetry
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        pip install poetry==1.0.10
 | 
					        pip install 'poetry>=1.1.0,<1.2.0'
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        poetry install
 | 
					        poetry install
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user