CircleCI-Public / CircleCI-Public/python-orb
Feat: command for installing specific Python runtime
- 主要言語
- Shell
- スター
- 15
- フォーク
- 41
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Describe Request:
I am hoping if it is possible to extend this Orb to include a `install` command, [much like the Node Orb's](https://github.com/CircleCI-Public/node-orb/blob/master/src/commands/install.yml).
In our use case, we have a job running on a non-Python executor (e.g., Ruby related). Since multiple executors for supporting multiple language runtime environments are not feasible, I end up having to specifically install a Python runtime in a job's step. If there was something like what the Node Orb's `install` command offers, this would have been great (one-liner or so for me!)
## Examples:
```diff
# job
my_custom_job:
docker:
- image: circleci/ruby:2.7.2
steps:
- checkout
+ - python/install:
+ python-version: '3.8.7'
- run:
command: |
which python3.8
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by comparing the referenced Node Orb command at src/commands/install.yml with the existing python-orb commands and configuration. Verify the proposed python/install step accepts the shown Python version on a non-Python executor and makes the requested interpreter available to subsequent steps.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- ci-cd
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100