Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix installation of Python packages in generate docs CI job again
This pins the generate-docs GH workflow to run on a fixed version of ubuntu so we get defined semantics of pip install wrt system packages. We were previously using the ubuntu-latest image and GH has been switching this from ubuntu-22.04 to 24.04 and back again, also see actions/runner-images#10636.
- Loading branch information