-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python launch scripts #1914
Python launch scripts #1914
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!! Thanks for fixing this!
For some reason the Python CI now runs much longer. Has anyone an idea why that could be? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see anything wrong with this and do not know why it would make the tests take longer to run.
This PR implements the solution proposed in #1458 (comment). Instead of printing a Python command to run, we generate a shell or batch script in
bin/
which can be executed to run the Python program. This ensures that the executing Python runtime is the same as the one we linked against during compilation.