Skip to content

Commit

Permalink
Switch from hynek to official uv setup action (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese authored Sep 9, 2024
1 parent 67babb7 commit 445bd82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: hynek/setup-cached-uv@v2
- uses: astral-sh/setup-uv@v2
with:
cache-dependency-path: pyproject.toml
cache-dependency-glob: pyproject.toml
- name: Install
run: make EXTRAS=dev install
- name: Test
Expand All @@ -48,9 +48,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: hynek/setup-cached-uv@v2
- uses: astral-sh/setup-uv@v2
with:
cache-dependency-path: pyproject.toml
cache-dependency-glob: pyproject.toml
- name: Install
run: make EXTRAS=dev install
- name: Build
Expand Down

0 comments on commit 445bd82

Please sign in to comment.