-
Notifications
You must be signed in to change notification settings - Fork 205
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
コアのキャッシュkeyを修正 #407
The head ref may contain hidden characters: "\u30B3\u30A2\u306E\u30AD\u30E3\u30C3\u30B7\u30E5key\u3092\u4FEE\u6B63"
コアのキャッシュkeyを修正 #407
Conversation
本当ですね! (https://github.blog/changelog/2021-11-23-github-actions-setup-python-now-supports-dependency-caching/ に書いてありました) 。情報ありがとうございます。 |
ビルドとそのあとのテスト、通ってそうでした。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ちょっと気掛かりなことがあったのでコメントしました。
すみません、よく考えたら大丈夫そうでした……!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
内容
の解決です。
関連 Issue
close #406
その他
他にcacheしてそうなところを全部見てみましたが、他は問題ない気がしました。
ついでに、pipは公式でキャッシュ機構があるのでそちらに移行してみました。