Skip to content

Commit

Permalink
Enable uv caching on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 9, 2024
1 parent 445bd82 commit 4f5598b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
allow-prereleases: true
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
cache-suffix: ${{ matrix.python-version }}
- name: Install
run: make EXTRAS=dev install
- name: Test
Expand All @@ -50,6 +52,7 @@ jobs:
python-version: '3.12'
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
- name: Install
run: make EXTRAS=dev install
Expand Down

0 comments on commit 4f5598b

Please sign in to comment.