mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-11-04 03:20:56 +00:00 
			
		
		
		
	Fix silly indentation error
This commit is contained in:
		
							parent
							
								
									4f81416995
								
							
						
					
					
						commit
						df631520a9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -28,9 +28,9 @@ jobs:
 | 
				
			||||||
      - name: Set up no-GIL Python
 | 
					      - name: Set up no-GIL Python
 | 
				
			||||||
        uses: deadsnakes/action@v3.1.0
 | 
					        uses: deadsnakes/action@v3.1.0
 | 
				
			||||||
        if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.py, '3.14')
 | 
					        if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.py, '3.14')
 | 
				
			||||||
          with:
 | 
					        with:
 | 
				
			||||||
            python-version: ${{ matrix.py }}
 | 
					          python-version: ${{ matrix.py }}
 | 
				
			||||||
            nogil: true
 | 
					          nogil: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue