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

Explicitly install Python in CD workflows #2046

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Explicitly install Python in CD workflows

    GitHub Actions' switch to Ubuntu 24.04 breaks the deploy workflows.
    We currently use `pip` to install the `build` package prior to packaging
    the `dandiapi` sdist. But, we do not explicitly install the Python
    runtime before doing this. It looks `pip` was available on the default
    Ubuntu 22.04 runners, but not 24.04, so this was basically working by
    accident before.
    mvandenburgh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    883b3f5 View commit details
    Browse the repository at this point in the history