mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	Fix matrix value for non-default py version example (#100)
This commit is contained in:
		@ -87,7 +87,7 @@ jobs:
 | 
				
			|||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - uses: actions/setup-python@v2
 | 
					    - uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        python-version: ${{ matrix.python }}
 | 
					        python-version: ${{ matrix.python-version }}
 | 
				
			||||||
    - run: python my_script.py
 | 
					    - run: python my_script.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user