Skip to content

Instantly share code, notes, and snippets.

@gh640
gh640 / use_python_poetry_cache_on_github_actions_workflow.yml
Last active May 2, 2025 07:18
Sample: Use Python Poetry cache on GitHub Actions workflow
name: Use Python Poetry cache on GitHub Actions workflow
on:
push:
branches:
- main
env:
PYTHON_VERSION: "3.11"
POETRY_VERSION: "1.4.2"