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

DM-28491: Update actions for modern mypy and new triggering #464

Merged
merged 6 commits into from
Jan 26, 2021

Commits on Jan 26, 2021

  1. Change log.fatal to log.critical

    In python 3.8 mypy prefers critical since fatal is an alias.
    timj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8062e5f View commit details
    Browse the repository at this point in the history
  2. Switch workflows to python 3.8

    timj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    59fc93d View commit details
    Browse the repository at this point in the history
  3. Hide ErfaWarning in test

    In astropy 4.2 ERFA was unbundled.
    timj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    47b63e2 View commit details
    Browse the repository at this point in the history
  4. Fix new warnings from mypy 0.800

    timj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d0f488a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    241bdbd View commit details
    Browse the repository at this point in the history
  6. Install pip and wheel early

    We use pip and wheel in some of the extra packages early on in the
    action so install them before any python installs happen so they
    are available everywhere.
    timj committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    94975a0 View commit details
    Browse the repository at this point in the history