| commit | cf0b803512850904da49f5d133f5559d6679e37b | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Aug 20 10:17:09 2024 -0700 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Tue Aug 20 17:30:25 2024 -0700 |
| tree | 1273b0649c0148e133cb1283aab8c92a4c67c21a | |
| parent | e98d6b1547e033219e71e244e3568e93fdba22ce [diff] |
Fix python build on Github Actions There were some recent changes causing six to be installed on the `make install` step instead of (implicitly) on the `Python setup` step before, and the six installed on `make install` step was not available to the next `make check` step and causing errors. Install six on `Python setup` step explicitly instead.