mirror of
				https://github.com/cmur2/python-bme280.git
				synced 2025-11-04 04:25:08 +01:00 
			
		
		
		
	ci: use latest Poetry
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -30,7 +30,7 @@ jobs:
 | 
				
			|||||||
        python-version: ${{ matrix.python-version }}
 | 
					        python-version: ${{ matrix.python-version }}
 | 
				
			||||||
    - name: Install Poetry
 | 
					    - name: Install Poetry
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        pip install 'poetry>=1.1.0,<1.2.0'
 | 
					        curl -sSL "https://install.python-poetry.org" | python3 -
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        poetry install
 | 
					        poetry install
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user