Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Couldn't find any package by regex 'python3.11-venv'" (#759)
To address recent failures from linter CI: ```bash E: Unable to locate package python3.11-venv E: Couldn't find any package by glob 'python3.11-venv' E: Couldn't find any package by regex 'python3.11-venv' ``` This is likely due to the new Ubuntu version (noble) does not have `python3.11-venv`, but we don't have to install it anyway.
- Loading branch information