hankhsu1996/Setup Conan Environment
Configure Python and install Conan with optional caching for dependencies and tools to streamline your CI workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| conan-version | Version of Conan to install | no | 2.* |
| python-version | Version of Python to install | no | 3.x |
| conan-home | Custom Conan home directory | no | — |
| cache-dependencies | Cache Conan dependencies | no | false |
| cache-tool | Cache Conan tool (pip dependencies) | no | false |
Outputs
| name | description |
|---|---|
| conan-version | Resolved Conan version |
| python-version | Resolved Python version |
| conan-home | Resolved Conan home directory |
| cache-dependencies-hit | Whether Conan dependencies cache hit |
| cache-tool-hit | Whether Conan tool cache hit |