-
Notifications
You must be signed in to change notification settings - Fork 194
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
ci: python -> python3 #2036
ci: python -> python3 #2036
Conversation
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: 567243d0-1fca-413a-bc75-b062a36193fa -->
@jdchristensen I will wait until CI is green and then go ahead and merge. |
alectryon has failed, I will investigate. |
Signed-off-by: Ali Caglayan <[email protected]>
I've pushed a commit that hopefully fixes the issue (honestly I have no idea). We will have to wait and see. |
cc @JasonGross in case you have a better idea of what to do. FTR the error in the CI was:
|
Hmm didn't seem to work. I will have to take another look later. |
I'm pushing a commit that tries to fix this by fixing the permissions earlier. |
Co-authored-by: Jason Gross <[email protected]>
The ubuntu package
python
was obsolete and has now been removed. We switch to the recommendedpython3
instead.