Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 9, 2024
1 parent 158ffe9 commit c8375f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
uses: drivendataorg/setup-python-uv-action@main
with:
python-version: ${{ matrix.python-version }}
cache: packages
cache-dependency-path: >-
pyproject.toml
- name: Install dependencies
run: uv sync --all-extras --all-groups --upgrade
Expand Down Expand Up @@ -78,6 +81,9 @@ jobs:
uses: drivendataorg/setup-python-uv-action@main
with:
python-version: 3.12
cache: packages
cache-dependency-path: >-
pyproject.toml
- name: Set up just
uses: extractions/setup-just@v2
Expand All @@ -95,6 +101,9 @@ jobs:
uses: drivendataorg/setup-python-uv-action@main
with:
python-version: 3.12
cache: packages
cache-dependency-path: >-
pyproject.toml
- name: Set up just
uses: extractions/setup-just@v2
Expand Down

0 comments on commit c8375f8

Please sign in to comment.