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

Cache downloaded files used during tests for setuptools.config #3282

Merged
merged 4 commits into from Apr 22, 2022

Commits on Apr 21, 2022

  1. Cache downloaded files used during tests for setuptools.config

    Recently Github Actions started to fail with `HTTP Error 429: Too Many Requests`.
    A solution for this problem is to add some caching.
    abravalheri committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a73fb96 View commit details
    Browse the repository at this point in the history
  2. Fix YAML error

    abravalheri committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c055902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1286d38 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add news fragment

    abravalheri committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f9ca838 View commit details
    Browse the repository at this point in the history