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
ローカルでテスト実行すると通るが、GitHub Actionsだとおちる。 ライブラリバージョンの問題か?
https://github.com/codeforjapan/BirdXplorer/actions/runs/11136341798/job/30947949969
The text was updated successfully, but these errors were encountered:
個別のテストは通っている
Sorry, something went wrong.
pyproject.tomlでmypyのバージョン範囲を指定していないので、 tox と GitHub Actionsでバージョンがズレていそうですね 両者間でデフォルトで有効化されるルールが違っていてそこを踏んでいそうな予感です
pyproject.toml
pydantic のシグネチャ変更によるエラーでしたので、#115 で修正しておきました。 @yu23ki14 お手漉きのときにマージお願いします。
Successfully merging a pull request may close this issue.
改善詳細 / Details of Improvement
ローカルでテスト実行すると通るが、GitHub Actionsだとおちる。
ライブラリバージョンの問題か?
https://github.com/codeforjapan/BirdXplorer/actions/runs/11136341798/job/30947949969
The text was updated successfully, but these errors were encountered: