You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the version of Python. Inside the CI workflow, the input to setup-python has python-version: "3.x" passed to it, which sets it to the latest stable version automatically. By explicitly setting it to 3.11.6, this issue can be resolved.
Bug Description
During the CI workflow or in a local environment, executing
pip install -r requirements
fails.result: https://github.com/masuidrive/slack-summarizer/actions/runs/6659199301
Cause
This is because there's a bug when a library, which we depend on indirectly, supports Python 3.12.
How to Resolve
Fix the version of Python. Inside the CI workflow, the input to setup-python has
python-version: "3.x"
passed to it, which sets it to the latest stable version automatically. By explicitly setting it to 3.11.6, this issue can be resolved.[Reference] Verification results in the fork:
The text was updated successfully, but these errors were encountered: