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

Use caching step from setup-python action #387

Merged
merged 3 commits into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    aa86568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e5ab1 View commit details
    Browse the repository at this point in the history
  3. add step to install/upgrade pip/setuptools/wheel

    This was part of the prepare cache step that was removed.
    Without wheel being installed old style packages with only
    setup.py and no whl on pypi will trigger a deprecation warning.
    This fixes that warning.
    jenshnielsen committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    087531f View commit details
    Browse the repository at this point in the history