# Bug report ### Bug description: When running **tests** from **Actions**, this error occurs, only for linux jobs on **install dependencies** entry: + https://github.com/YvesDup/cpython/actions/runs/25220251704/job/73952767892#step:4:822 + https://github.com/YvesDup/cpython/actions/runs/25220251704/job/73952767481#step:5:594 The reported error is: ``` E: Unable to locate package libmpdec-dev Error: Process completed with exit code 100. ``` Usually, runs again all failed jobs resolves the issue. ### CPython versions tested on: CPython main branch ### Operating systems tested on: Linux
Bug report
Bug description:
When running tests from Actions, this error occurs, only for linux jobs on install dependencies entry:
The reported error is:
Usually, runs again all failed jobs resolves the issue.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux