Commit 1b72356
committed
Do not try to upgrade the image's apt-installed PyJWT
The notebooks job installs with -U, which wants to replace PyJWT 2.7.0. That copy
came from the image's debian packages, so it has no RECORD file and uv refuses:
error: uninstall-no-record-file
Cannot uninstall PyJWT 2.7.0
--ignore-installed leaves it in place. The image shipping PyJWT via apt rather
than pip is the underlying issue.1 parent 0d847b2 commit 1b72356
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments