Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

整理: Workflow での Python バージョンハードコードを変数化 #1285

Merged
merged 2 commits into from
May 24, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented May 20, 2024

内容

一部の workflow ファイルは Python バージョンをハードコードして指定している。
これは Python バージョンアップ時の変更忘れを招く危険性がある。
GitHub Actions は env 機能により workflow ファイル冒頭で環境変数的に値を指定できる。これを用いれば全ての workflow ファイルで同じ形式のPython バージョン指定が可能であり、変更忘れの確率を大きく下げられる。

このような背景から、Workflow での Python バージョンハードコードを変数化するリファクタリングを提案します。

なお、この実装過程で不要な matrix 化が発見されたため env で代替した。

関連 Issue

無し

@tarepan tarepan requested a review from a team as a code owner May 20, 2024 08:03
@tarepan tarepan requested review from Hiroshiba and removed request for a team May 20, 2024 08:03
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

Github Actions、全workflow共通のenvを指定可能になってほしいですよねぇ。
(リポジトリ全体共通のenvは定義できるけど、別ブランチとかも含めて共通になってしまう)

と思ったけど、pythonバージョンであれば他の手段として、依存環境をセットアップするComposite Action作って共通化すれば実現できるかもです。
エディタはそうなっていたりします。
https://github.com/VOICEVOX/voicevox/blob/81158163171a508e6e1e2cf6a4b44e4bac426624/.github/actions/setup-environment/action.yml

@Hiroshiba Hiroshiba merged commit 99f80d0 into VOICEVOX:master May 24, 2024
4 checks passed
@tarepan tarepan deleted the refactor/workflow_py_ver branch May 24, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants