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: Install git on Cygwin CI runner #211

Merged
merged 4 commits into from
Jan 7, 2024
Merged

Commits on Aug 6, 2023

  1. CI: Install git on Cygwin CI runner

    Cygwin pip now has a chance to resolve everything on the command line.  
    
    It won't be able to resolve dependencies, due to something pulling in Rust, but it'll get to the point where pip points out that it is not pip's fault that CI doesn't have Rust compilers for Cygwin
    DWesl authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ef9a766 View commit details
    Browse the repository at this point in the history
  2. CI: Try to fix Cygwin tox configuration.

    jaraco.text depends on inflect; inflect>=6.0.0 depends on Rust.
    Add an additional rule installing a version of the dependency that will actually install.
    DWesl authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    aa3a996 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    8806280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a16ac View commit details
    Browse the repository at this point in the history