Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: Routinely check that the latest* package is initially installable…
…to catch issues like the one in monkeypox CI¹ earlier. Since successful installation relies on external resources out of our control, we want to regularly test it to ensure we know when an external change breaks it. * As it stands currently, this isn't strictly the _latest_ package, just that there's _some_ package version that's installable. To ensure the former, we'd have to query the latest version (e.g. similar to what devel/download-latest does) and pass it into setup-nextstrain-cli as an input, which would then pass it to `nextstrain` in NEXTSTRAIN_CONDA_BASE_PACKAGE. Alternatively, we're likely to update `nextstrain setup conda` anyway to query and install the latest version itself explicitly, just like `nextstrain update conda` does, and so this workflow can simply wait for that change to happen. Resolves <#41>. ¹ e.g. <nextstrain/mpox#177>
- Loading branch information