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

Backport of CI/Build related PRs on 1.4.x (2) #46572

Merged

Commits on Mar 30, 2022

  1. fix broken Docker image build (pandas-dev#45889)

    * add "--no-build-isolation" to pip install
    
    * add job "build_docker_dev_environment"
    
    * Trigger Build
    
    * fix wrong group name
    
    * add step "Clean up dangling images"
    
    * pin base image
    
    * add newline at end of file
    
    * always pull the latest version of the base image
    rendner authored and simonjayhawkins committed Mar 30, 2022
    Copy the full SHA
    b06e9dc View commit details
    Browse the repository at this point in the history
  2. GHA: Use bash -el (pandas-dev#46541)

    (cherry picked from commit 75e604d)
    jonashaag authored and simonjayhawkins committed Mar 30, 2022
    Copy the full SHA
    aa59fc4 View commit details
    Browse the repository at this point in the history
  3. BLD: Upload sdist artifact from CI (pandas-dev#46277)

    * BLD: Upload sdist artifact from CI
    
    Now it is possible to inspect the sdist that is built, to
    see what was included and
    for debugging.
    
    Inspired by needing to see what was acutally included in the sdist at
    pandas-dev#46271
    
    * BLD: fix artifact name
    
    Got this error before:
    Error: Artifact name is not valid:
    refs/pull/46277/merge-3.8-sdist.gz.
    Contains the following character:  Forward slash /
    
    This is more precise anyways.
    
    * BLD: Drop SHA from sdist artifact name
    
    Per
    pandas-dev#46277 (comment)
    NickCrews authored and simonjayhawkins committed Mar 30, 2022
    Copy the full SHA
    26d88ca View commit details
    Browse the repository at this point in the history
  4. Upgrade GitHub Actions versions (pandas-dev#46540)

    (cherry picked from commit 1b3bb88)
    jonashaag authored and simonjayhawkins committed Mar 30, 2022
    Copy the full SHA
    4355b74 View commit details
    Browse the repository at this point in the history