We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
poetry.lock
requirements.txt
#535 (review) のフォローアップタスクです.
#535 によって, Python 依存関係は poetry.lock ファイルへロックされますが, CI の環境構築時などは poetry.lock からエクスポートされた requirements-dev.txt, requirements-test.txt などが利用されます.
requirements-dev.txt
requirements-test.txt
よって, requirements.txt の内容が poetry.lock とズレていないか (== poetry.lock のエクスポートを忘れていないか) を自動でチェックできると良さそうです.
test.yml
0.?.0
The text was updated successfully, but these errors were encountered:
Issue作成ありがとうございます!!
Sorry, something went wrong.
#716 にて機能実装されました🎉 resolve につき close 可能です。
@Hiroshiba (と思うのですが、当時のコンテキストがわからないのでちょっとだけ自信無いです。closeしてOKでしょうか?)
合ってると思います!
@sarisia さん、 @FujisakiEx さん、issue作成とPR作成ありがとうございました!!
No branches or pull requests
内容
#535 (review) のフォローアップタスクです.
#535 によって, Python 依存関係は
poetry.lock
ファイルへロックされますが,CI の環境構築時などは
poetry.lock
からエクスポートされたrequirements-dev.txt
,requirements-test.txt
などが利用されます.よって,
requirements.txt
の内容がpoetry.lock
とズレていないか (==poetry.lock
のエクスポートを忘れていないか)を自動でチェックできると良さそうです.
Pros 良くなる点
Cons 悪くなる点
実現方法
test.yml
ワークフロー内でも pre-commit と同様のチェックを行いますVOICEVOXのバージョン
0.?.0
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: