Commit cb4dc62
Add --ignore-installed to CI pip install
Some apt-shipped Python packages on the ubuntu-24.04 runner (e.g.
python3-typing-extensions) lack RECORD files, so pip refuses to
uninstall them when a newer version is needed. Tell pip to overlay
the requested versions without uninstalling, mirroring how other CI
runners on PEP 668 systems handle this.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f5ae0ab commit cb4dc62
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments