CI: Move sql builds from Travis to Github actions #38344
Conversation
marking this as 1.2 as any changes to the CI will also need to be backported. but not a blocker for 1.2. |
looks good, @fangchenli can you make the change indicated by @simonjayhawkins merge master and ping on green (possible numpy-dev is still failing but that's ok) |
I suspect SQL related tests did not run in this build. Let me double check. |
The py38-slow build is not running any SQL tests. Doesn't it suppose to? If not, we could move it to Azure. |
umm, whereever we have sqlalchemy installed should run (if it ins't we should add) |
i think the npdev build is fixed on master if you can merge master |
numpy version was not specified in this build. |
Using checkout v1 fixed most of those errors and test failures. But some remain =========================== short test summary info ============================
FAILED pandas/tests/io/test_user_agent.py::test_server_and_default_headers[ParquetFastParquetUserAgentResponder-read_parquet-34273-fastparquet]
FAILED pandas/tests/io/test_user_agent.py::test_server_and_custom_headers[ParquetFastParquetUserAgentResponder-read_parquet-34275-fastparquet]
FAILED pandas/tests/io/test_user_agent.py::test_to_parquet_to_disk_with_storage_options[fastparquet]
FAILED pandas/tests/util/test_show_versions.py::test_show_versions - Attribut...
ERROR pandas/tests/io/test_fsspec.py - AttributeError: module 'numba' has no ...
ERROR pandas/tests/io/test_fsspec.py - AttributeError: module 'numba' has no ...
ERROR pandas/tests/io/test_gcs.py - AttributeError: module 'numba' has no att...
ERROR pandas/tests/io/test_gcs.py - AttributeError: module 'numba' has no att...
ERROR pandas/tests/io/test_parquet.py - AttributeError: module 'numba' has no...
ERROR pandas/tests/io/test_parquet.py - AttributeError: module 'numba' has no...
= 4 failed, 146993 passed, 3499 skipped, 1084 xfailed, 63 xpassed, 7 warnings, 6 errors in 1331.13s (0:22:11) = |
can u merge master |
All those errors are related to dask/fastparquet#539. We need to either bump min fastparquet version to 0.4.0 or pin numba version to <0.52 |
let's bump fastparquet & add a note in the whatsnew (do in 1.2.1 is fine) |
thanks @fangchenli really monumental here. ! a couple of followon things if you can.
|
@meeseeksdev backport 1.2.x |
…#38734) Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
try to move builds with databases to GitHub actions