Ubuntu – YML How to specify python 3.10
I want to start matrix testing for my code. I try running unit test using the yml below on Azure Devops pipelines. When I run it, it shortens "3.10" to "3.1". How do I avoid that? parameters: - name: imageList…