Fix PATH-based Python discovery on Windows#2712
Merged
Merged
Conversation
ba38caa to
6910339
Compare
Contributor
Author
|
FYI macos-latest is having a staggered rollout to ARM and it looks like it happened here. Would you like me to downgrade the runner or drop 3.7 finally now? |
Contributor
|
Sure 👍 |
Contributor
Author
|
Drop 3.7? |
Contributor
|
Keep 3.7. |
gaborbernat
requested changes
Apr 27, 2024
62f0e67 to
34eaeac
Compare
gaborbernat
approved these changes
Apr 27, 2024
gaborbernat
requested changes
Apr 27, 2024
gaborbernat
left a comment
Contributor
There was a problem hiding this comment.
Looks good but the CI is falling .
gaborbernat
approved these changes
Apr 27, 2024
ofek
commented
Apr 27, 2024
|
|
||
|
|
||
| def fs_path_id(path: str) -> str: | ||
| return path.casefold() if fs_is_case_sensitive() else path |
Contributor
Author
There was a problem hiding this comment.
This is fine but FYI in future if absolutely necessary the more proper and less performant way would be to stat the file and use the tuple: (stat.st_dev, stat.st_ino)
Contributor
Author
|
Any idea why that job timed out after 20 minutes? |
Contributor
Author
|
oh thanks for restarting that! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR: