conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
488 stars 103 forks source link

Check if lockfile is stale without attempting a new solve #534

Closed calebzulawski closed 9 months ago

calebzulawski commented 11 months ago

Checklist

What is the idea?

I would like to be able to check if a lockfile is stale (like --check-input-hash) without actually solving the environment if it is stale.

Why is this needed?

This is useful for simply validating a lockfile in CI/CD

What should happen?

No response

Additional Context

No response

calebzulawski commented 11 months ago

Nevermind, I see this is covered by #479

maresb commented 9 months ago

See also #432

maresb commented 9 months ago

I'm going consider this as a duplicate of https://github.com/conda/conda-lock/issues/432