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

MAINT: Update CI configurations and handle sanity checks #1440

Merged
merged 16 commits into from
Nov 24, 2024

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    ac75a1b View commit details
    Browse the repository at this point in the history
  2. CI: Update action versions

    HaoZeke committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    63b9141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4d9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3baa343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea8c69 View commit details
    Browse the repository at this point in the history
  6. MAINT: Bump 3.7 to 3.8 in the CI

    Since otherwise... the CI:
    
    ```bash
    python3.7/site-packages/pip/_vendor/rich/console.py", line 41, in <module>
                     from pip._vendor.typing_extensions import (
                   File "/tmp/pytest-of-runner/pytest-0/test_custom_commands0/env/a80b4bcff004e7d21aafa78a5932418b/lib/python3.7/site-packages/pip/_vendor/typing_extensions.py", line 1039
                     def TypedDict(typename, fields=_marker, /, *, total=True, closed=False, **kwargs):
    
    ```
    
    https://github.com/airspeed-velocity/asv/actions/runs/11886497250/job/33117760424?pr=1440
    HaoZeke committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    261d2b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    2e81e89 View commit details
    Browse the repository at this point in the history
  2. TST: Use 3.8 to run tests

    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    230be43 View commit details
    Browse the repository at this point in the history
  3. CI: Drop R version for the test_environments

    Not relevant to the test in question
    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    903885e View commit details
    Browse the repository at this point in the history
  4. MAINT: Use log over print

    Also do not attempt to print errors
    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9864bac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    017daf3 View commit details
    Browse the repository at this point in the history
  6. CI: Simplify very slightly

    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    682e15f View commit details
    Browse the repository at this point in the history
  7. MAINT: Fix typo

    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e34a487 View commit details
    Browse the repository at this point in the history
  8. MAINT: Split testR out [wheel build]

    R is a very heavy dependency for a very simple test..
    HaoZeke committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5f0002c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de79510 View commit details
    Browse the repository at this point in the history
  10. CI: Drop older pypy versions

    Co-authored-by: mattip <[email protected]>
    HaoZeke and mattip committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4c85ecb View commit details
    Browse the repository at this point in the history