-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
component:ciIssue pertaining to CI/CD jobsIssue pertaining to CI/CD jobsissue-type:bugSomething isn't workingSomething isn't working
Description
From #1082 (comment)
It appears that the ubuntu-latest
container is using ubuntu-24.04
which raises an error when using pip
to install packages outside of a virtualenv (which we are of course doing in the report-coverage
CI job because we don't care about maintaining a specific venv for a short-lived job). For now, we just pinned the job to ubuntu-22.04
to allow the job to succeed.
Metadata
Metadata
Assignees
Labels
component:ciIssue pertaining to CI/CD jobsIssue pertaining to CI/CD jobsissue-type:bugSomething isn't workingSomething isn't working