networktocode/Setup the environment
This action creates the Poetry environment and load virtual environment from cache if cache exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| poetry-install-options | Options pass to the poetry install command | no | --only dev |
| poetry-version | Poetry version that will be deployed. Leave blank for latest. Example: 1.4.2 | no | "" |
| python-version | Python version that will be deployed | no | 3.11 |
| cache-version | Cache version for the environment, can be used to invalidate the current cache | no | "" |
Outputs
| name | description |
|---|---|
| cache-used | The property that defines if cache was used |
| python-version | Exact python version used |