Skip to content

chore: Use setup-python action to cache dependencies #16

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

Merged
merged 2 commits into from
Dec 1, 2024
Merged

chore: Use setup-python action to cache dependencies #16

merged 2 commits into from
Dec 1, 2024

Conversation

jongwooo
Copy link
Contributor

@jongwooo jongwooo commented Dec 11, 2022

배경

#9

작업 내용

  • pip freeze > requirements.txt를 통하여 pip 의존성 정보가 담긴 requirements.txt을 생성하였습니다.
  • actions/setup-python@v3부터 의존성 캐싱 기능이 빌트인 지원되기 때문에 v3으로 변경하였습니다.
  • cache: pip 옵션을 사용하여 python 설정 시 캐시를 복원/저장하도록 하였습니다.
  • requirements.txt를 읽어와 의존성을 설치하도록 변경하였습니다.

References

@jongwooo jongwooo changed the title chore: Use setup python action to cache dependencies chore: Use setup-python action to cache dependencies Dec 11, 2022
@channy channy merged commit e7dd4cd into channy:main Dec 1, 2024
@jongwooo jongwooo deleted the chore/use-setup-python-action-to-cache-dependencies branch December 24, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants