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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jongwooo
Copy link

@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
.github/workflows/update.yaml Outdated Show resolved Hide resolved
@jongwooo jongwooo force-pushed the chore/use-setup-python-action-to-cache-dependencies branch from b25e0b3 to eaeba59 Compare April 9, 2024 14:36
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.

None yet

2 participants