forked from dandi/dandi-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
b239530
commit 883b3f5
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters