mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Fix misinterpreted 3.10 version string as float
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -19,7 +19,7 @@ jobs:
 | 
				
			|||||||
            toxenv: py38
 | 
					            toxenv: py38
 | 
				
			||||||
          - version: 3.9
 | 
					          - version: 3.9
 | 
				
			||||||
            toxenv: py39
 | 
					            toxenv: py39
 | 
				
			||||||
          - version: 3.10
 | 
					          - version: "3.10"
 | 
				
			||||||
            toxenv: py310
 | 
					            toxenv: py310
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user