unstructured
23edc4ad - build(ci): skip `python 3.11` in CI ingest jobs (#2877)

Commit
1 year ago
build(ci): skip `python 3.11` in CI ingest jobs (#2877) CI fails every time on test_ingest_src (3.11) and test_ingest_dst (3.11) on what looks like a pip-install problem `(ModuleNotFoundError: No module named 'click')`. The error is exactly the same place every time. - https://github.com/Unstructured-IO/unstructured/actions/runs/8622028071/job/23632669423 - https://github.com/Unstructured-IO/unstructured/actions/runs/8623541446 - https://github.com/Unstructured-IO/unstructured/actions/runs/8623056382 ... This PR skips the Python `3.11` ingest tests since the most important one is `3.10` anyway.
Parents
Loading