Skip to content

Support caching poetry dependencies and caching on GHES 3.5

Compare
Choose a tag to compare
@tiwarishub tiwarishub released this 01 Apr 11:24
· 227 commits to main since this release
9c644ca
steps:
- uses: actions/checkout@v3
- name: Install poetry
  run: pipx install poetry
- uses: actions/setup-python@v3
  with:
    python-version: '3.9'
    cache: 'poetry'
- run: poetry install
- run: poetry run pytest