Skip to content
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

[packaging] Use local copies of get-pip.py for bootstrapping #3287

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Oct 21, 2024

This PR also updates the EasyBuild/Spack CI scripts to use the latest versions.

Closes #3085.

@vkarak vkarak added this to the ReFrame 4.7 milestone Oct 21, 2024
@vkarak vkarak self-assigned this Oct 21, 2024
@pep8speaks
Copy link

pep8speaks commented Oct 21, 2024

Hello @vkarak, Thank you for updating!

Line 31:80: E501 line too long (98 > 79 characters)
Line 37:1: E402 module level import not at top of file
Line 38:1: E402 module level import not at top of file
Line 39:1: E402 module level import not at top of file
Line 40:1: E402 module level import not at top of file
Line 41:1: E402 module level import not at top of file
Line 42:1: E402 module level import not at top of file
Line 43:1: E402 module level import not at top of file
Line 48:80: E501 line too long (80 > 79 characters)
Line 86:80: E501 line too long (85 > 79 characters)
Line 88:80: E501 line too long (83 > 79 characters)
Line 89:80: E501 line too long (82 > 79 characters)
Line 91:80: E501 line too long (83 > 79 characters)

Line 31:80: E501 line too long (98 > 79 characters)
Line 37:1: E402 module level import not at top of file
Line 38:1: E402 module level import not at top of file
Line 39:1: E402 module level import not at top of file
Line 40:1: E402 module level import not at top of file
Line 41:1: E402 module level import not at top of file
Line 42:1: E402 module level import not at top of file
Line 43:1: E402 module level import not at top of file
Line 48:80: E501 line too long (80 > 79 characters)
Line 86:80: E501 line too long (85 > 79 characters)
Line 88:80: E501 line too long (83 > 79 characters)
Line 89:80: E501 line too long (82 > 79 characters)
Line 91:80: E501 line too long (83 > 79 characters)

Line 31:80: E501 line too long (98 > 79 characters)
Line 37:1: E402 module level import not at top of file
Line 38:1: E402 module level import not at top of file
Line 39:1: E402 module level import not at top of file
Line 40:1: E402 module level import not at top of file
Line 41:1: E402 module level import not at top of file
Line 42:1: E402 module level import not at top of file
Line 43:1: E402 module level import not at top of file
Line 48:80: E501 line too long (80 > 79 characters)
Line 86:80: E501 line too long (85 > 79 characters)
Line 88:80: E501 line too long (83 > 79 characters)
Line 89:80: E501 line too long (82 > 79 characters)
Line 91:80: E501 line too long (83 > 79 characters)

Do see the ReFrame Coding Style Guide

Comment last updated at 2024-10-23 09:04:03 UTC

@vkarak vkarak merged commit 46e7166 into reframe-hpc:develop Oct 23, 2024
25 checks passed
@vkarak vkarak deleted the packaging/ship-getpip branch October 23, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4.5.0: unable to bootstap
3 participants