Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2025
1 parent 1bc8e09 commit 05ba26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5

- name: run tests
run: uv run --group tests pytest -vv
Expand Down

0 comments on commit 05ba26f

Please sign in to comment.