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

hotfix: Pythonのバージョンを指定する #2

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

Okabe-Junya
Copy link
Member

@Okabe-Junya Okabe-Junya commented Oct 27, 2023

背景

CIの中のsetup-pythonで3.x と指定されている.3.xでは latestが使われてる挙動を取るため,ここでは3.12が使われる.

ref. https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-python-version

すると,間接的に依存しているパッケージが3.12で動かない影響で,pip install -r requirements.txt がエラーになってしまう.

WHAT

  • python のバージョンを固定した.

@Okabe-Junya Okabe-Junya self-assigned this Oct 27, 2023
@Okabe-Junya Okabe-Junya merged commit d6910df into main Oct 27, 2023
1 check passed
@Okabe-Junya Okabe-Junya deleted the junya/hotfix/dependency-break branch March 21, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant