| commit | 0f6b9e3142bb4679a599900480cbe1305fabd504 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Aug 20 10:17:09 2024 -0700 |
| committer | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Aug 20 13:12:06 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.