-
Notifications
You must be signed in to change notification settings - Fork 104
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
[bugfix] Upgrade pip before pip-installing reframe for CPU autodetection #3025
[bugfix] Upgrade pip before pip-installing reframe for CPU autodetection #3025
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3025 +/- ##
=======================================
Coverage 86.70% 86.70%
=======================================
Files 61 61
Lines 11996 11996
=======================================
Hits 10401 10401
Misses 1595 1595
☔ View full report in Codecov by Sentry. |
Works like a charm for me!
Not entirely sure why it seems to have upgraded to 21.3.1 and then mentions 23.3.1 is available, but... well. It gives at least a recent pip and my original issue is resolved :) |
I've seen that too, I will try updating as follows:
|
Even with the second approach, the second upgrade message is issues. So leaving it as it is now. |
Closes #3023.
@casparvl Could you test if this work for your case?