generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Windows] Don't hardcode python version/path #156
Labels
bug
Something isn't working
Comments
I think I'm seeing this surface as a crash https://github.com/RoverRobotics-forks/rmw_cyclonedds/runs/654799692?check_suite_focus=true#step:4:4
|
@rotu yup that's the same error I saw -- sorry; should have included that in the bug report |
This was referenced May 8, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On this line the path to python3.7 is hard coded to version 3.7.6.
The GitHub Windows runner was recently updated such that the default python version is now 3.7.7. This causes errors with the ROS setup step.
This can be worked around by using the
actions/setup-python
action to configure Python 3.7.6 prior to running theros-tooling/setup-ros
action as follows:But I think ideally the system python version/path ought to be queried instead of hardcoded -- not really sure.
The text was updated successfully, but these errors were encountered: