Skip to content

Commit

Permalink
Switch to Astral's uv github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Sep 9, 2024
1 parent a70ebac commit 81673e2
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 @@ -27,7 +27,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- name: Dependencies
run: |
uv sync --no-cache
Expand Down

0 comments on commit 81673e2

Please sign in to comment.