ansys / scade-actions

Set of ci-cd actions for Ansys SCADE environments
http://actions.scade.docs.pyansys.com/
MIT License
4 stars 0 forks source link

The action get-scade-python may return an incorrect environment. #5

Closed ansjhenry closed 8 months ago

ansjhenry commented 8 months ago

🔍 Before submitting the issue

🐞 Description of the bug

The action returns one of <SCADE>/contrib/Python3*, since a single distribution is expected there. Unfortunately some releases, such as SCADE 2023 R2 or 2024 R1, contain both Python37 and Python310. Python37 must not be used.

📝 Steps to reproduce

Add the version '23.2' to the tests matrix of the tests step of the workflow.

The bug is not 100% reproducible.

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

Ansys SCADE 2023 R2

🐍 Which Python version are you using?

3.10

📦 Installed packages

N/A