jezdez/conda-presto
Resolve conda environments locally via the CLI or remotely via the HTTP API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- BSD
Pinned Snippet
uses: jezdez/conda-presto@423088d618df27dc5d2bbb5b457dba40b57e0fd3 # v0.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Run mode: 'local' installs conda-presto on the runner, 'remote' calls a hosted endpoint | no | local |
| file | Path to an environment file (environment.yml, pixi.lock, etc.) | no | — |
| specs | Comma-separated package specs (e.g. "python=3.12,numpy") | no | — |
| channels | Comma-separated channels (default conda-forge) | no | conda-forge |
| platforms | Comma-separated target platforms (e.g. "linux-64,osx-arm64") | no | — |
| format | Output format (explicit, environment-yaml, conda-lock-v1, pixi-lock-v6, etc.) | no | — |
| output | Path to write the response body to (omit for stdout) | no | — |
| endpoint | conda-presto base URL (required when mode: remote) | no | — |
Outputs
| name | description |
|---|---|
| result | The response body from conda-presto |
| solved | Whether the solve succeeded without errors ("true" or "false") |