Commit 7bbb212
committed
🐛 Fix usage test to Ubuntu 22.04
Problem:
- `ubuntu-latest` will be `ubuntu-24.04` imminently, and that version doesn't
handle pip in the same way.
Solution:
- Pin usage test to `ubuntu-22.04`.
Note:
- When we update to `ubuntu-24.04` for real, we'll probably want to use pipx. We
may also need to separate unit test workflows to support older compilers.1 parent c1ea393 commit 7bbb212
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments