Commit a6dc297
authored
Include system updates in CI
We need this because sometimes `ubuntu-latest` is a slightly older version of ubuntu which crashes because it doesn't know what `--break-system-packages` means, and at other times `ubuntu-latest` is a slightly newer version of ubuntu which requires `--break-system-packages` to pip install anything.
Forcing system updates will *HOPEFULLY* update to the newest python which knows and requires this flag.1 parent 526315c commit a6dc297
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments