jezdez/conda-presto

Resolve conda environments locally via the CLI or remotely via the HTTP API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: jezdez/conda-presto@423088d618df27dc5d2bbb5b457dba40b57e0fd3 # v0.6.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
modeRun mode: 'local' installs conda-presto on the runner, 'remote' calls a hosted endpointnolocal
filePath to an environment file (environment.yml, pixi.lock, etc.)no
specsComma-separated package specs (e.g. "python=3.12,numpy")no
channelsComma-separated channels (default conda-forge)noconda-forge
platformsComma-separated target platforms (e.g. "linux-64,osx-arm64")no
formatOutput format (explicit, environment-yaml, conda-lock-v1, pixi-lock-v6, etc.)no
outputPath to write the response body to (omit for stdout)no
endpointconda-presto base URL (required when mode: remote)no
namedescription
resultThe response body from conda-presto
solvedWhether the solve succeeded without errors ("true" or "false")