-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Bump all jobs to Ubuntu 24.04 Noble #15437
Conversation
dfd8fdd
to
6d65737
Compare
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.
Just two minor things, otherwise looks good.
docs/docs.sh
Outdated
@@ -31,5 +31,8 @@ set -euo pipefail | |||
script_dir="$(dirname "$0")" | |||
|
|||
cd "${script_dir}" | |||
pip3 install -r requirements.txt --upgrade --upgrade-strategy eager | |||
# TODO ``--ignore-installed`` now fixes an issue where pip tries to unistnall a debian installed package, but is unable to |
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.
# TODO ``--ignore-installed`` now fixes an issue where pip tries to unistnall a debian installed package, but is unable to | |
# TODO `--ignore-installed` now fixes an issue where pip tries to uninstall a Debian installed package, but is unable to |
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.
BTW, I'd also use just one TODO
marker. It looked a bit confusing before I read it carefully - as if there was a bunch of different TODOs here. I'd just indent it instead.
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.
6d65737
to
8e53d0a
Compare
1a91457
to
5fc7269
Compare
No description provided.