Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@7bbb36f4345bf059635fb6d04d0fb369ca42338e
uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1
with:
python-version: ${{ matrix.python-version }}
- name: Ruff check
Expand Down
Loading