ansys / ansys-templates

A tool for creating new projects according to Ansys guidelines
https://templates.ansys.com
MIT License
11 stars 4 forks source link

fix: run tests with specified python-version in CI #480

Closed tmpbeing closed 1 month ago

tmpbeing commented 1 month ago

Without that line all tests would run with python 3.10, no matter what's in the version matrix.

We noticed because we broke support for python 3.9 without the CI warning us. Before, it's happy: https://github.com/ansys/pysimai/actions/runs/8881939762 After, it catches the issue: https://github.com/ansys/pysimai/actions/runs/9159532632