Commit 31ee42a
authored
Need install dev-requirements in test jobs (#955)
`distutils` is needed by the bazel test jobs, but it was removed in
Python 3.12. This is causing those test jobs to fail in CI.
Adding `pip install -r dev-requirements.txt` to those jobs will install
`setuptools`, which will in turn satisfy that requirement.1 parent 8a1b6b4 commit 31ee42a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments