chore: remove uv from test workflow
All checks were successful
Tests / tests (pull_request) Successful in 6s

This commit is contained in:
2026-07-08 16:19:20 +02:00
parent 7cddc62aaa
commit c2ebf885ac

View File

@@ -19,6 +19,4 @@ jobs:
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version-file: pyproject.toml python-version-file: pyproject.toml
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- run: python3 -m tests - run: python3 -m tests