Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make gensim CI great again #3488

Merged
merged 24 commits into from
Aug 23, 2023
Merged

make gensim CI great again #3488

merged 24 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. pin numpy and scipy versions for running tests

    I suspect the latest numpy and/or scipy wheels are the cause of the
    recent slowdown, because the tests that ran on 2023/06/01 against the
    versions that I'm pinning in this commit were much faster.
    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4c0820f View commit details
    Browse the repository at this point in the history
  2. pin cython as well

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b6c20ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cef345 View commit details
    Browse the repository at this point in the history
  4. adjust tests.yml

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    35dbc13 View commit details
    Browse the repository at this point in the history
  5. git add test_wheel.py

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    aecd843 View commit details
    Browse the repository at this point in the history
  6. increase pytest verbosity

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ccb3c13 View commit details
    Browse the repository at this point in the history
  7. fixup

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    70955ef View commit details
    Browse the repository at this point in the history
  8. fixup

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    985ace0 View commit details
    Browse the repository at this point in the history
  9. fixup

    mpenkov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3b863c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. adjust cython version in pin

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bbe97d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57151aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10295d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9169193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea1f29 View commit details
    Browse the repository at this point in the history
  6. force cythonization

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    582c0be View commit details
    Browse the repository at this point in the history
  7. still more diagnostics

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    86802a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aefe8d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e331b4d View commit details
    Browse the repository at this point in the history
  10. update test.yml

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ccf0aab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4a25cf View commit details
    Browse the repository at this point in the history
  12. fixup

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3cafb2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7389c1d View commit details
    Browse the repository at this point in the history
  14. reduce timeout to 15 minutes

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f4e7263 View commit details
    Browse the repository at this point in the history
  15. make that 20 minutes

    mpenkov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    586a500 View commit details
    Browse the repository at this point in the history