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

Add ruff and remove everything it replaces #68

Merged
merged 4 commits into from
Aug 23, 2024

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    5662f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2eea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Bump openjdk version to 11

    This commit resolves an unusual bug where pytest
    fails to collect the results of the jep test, resulting
    in failing CI jobs. I was able to reproduce this locally,
    sometimes, with openjdk=8. There must be a race condition involved
    with the bug as it doesn't always fail. The crash is a seg fault.
    elevans committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    45cb752 View commit details
    Browse the repository at this point in the history
  2. Move build dependency to pip section

    Because we are no longer using the anaconda default
    channel we need to obtain build from pypi.
    elevans committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2dcf3db View commit details
    Browse the repository at this point in the history