Skip to content

Commit

Permalink
ci: enable Poetry cache (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 23, 2024
1 parent 0e26e71 commit c6528ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: poetry
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3.4
- name: Install Dependencies
run: poetry install
shell: bash
Expand Down

0 comments on commit c6528ca

Please sign in to comment.