Commit 2baff41
committed
ci: install pathspec into a venv on the runner
System Python on ubuntu-latest is PEP 668 externally-managed, so the
bare `pip install pathspec` failed the new CODEOWNERS-request step with
`externally-managed-environment`. Create a venv under /tmp and install
into it instead.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>1 parent dead229 commit 2baff41
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments