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

CI maintenance #77

Merged
merged 3 commits into from
Sep 28, 2023
Merged

CI maintenance #77

merged 3 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    75d7e43 View commit details
    Browse the repository at this point in the history
  2. analyze.py: ignore typing err around pd.read_csv()

    After a mypy bump there are type issues; makes sense
    to think through those after bumping pandas to 2.x.
    Ignore until then.
    jgehrcke committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8a51180 View commit details
    Browse the repository at this point in the history
  3. ci: bump bats: 1.5 -> 1.10

    on my machine I saw a
    
      FileNotFoundError: [Errno 2] No such file or directory: 'stargazers-rs.csv.tmp' -> 'stargazers-rs.csv'
    
    during test 1 that I had not seen years ago
    and that's also not present in GitHub actions.
    I supposed that something about my tmp directory
    setup and bats specific way to manage directories
    was the culprit. Bumping bats indeed helped.
    
    Bats has made great progress, that's lovely to see.
    jgehrcke committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    994bb06 View commit details
    Browse the repository at this point in the history