-
Notifications
You must be signed in to change notification settings - Fork 109
Change CI to use latest available version of pip to install ptf module #217
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
Change CI to use latest available version of pip to install ptf module #217
Conversation
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
|
Without these changes, or something similarly effective, Ubuntu 22.04 tests are failing on the I don't know what changed since a few days ago to cause this. |
.github/workflows/build.yml
Outdated
|
|
||
| - name: Install | ||
| run: | | ||
| pip --verbose list |
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.
Is this necessary?
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.
Extra debug output isn't necessary, until things do not work, and you do not know why :-)
Not strictly necessary for the build to work. Let me know if you want me to remove it, and I will.
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.
Removed in commit 5.
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
fruffy
left a comment
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.
Maybe we should modernize this setup at some point. I am not sure if modern Python packaging still requires these tools.
No description provided.