diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1df86fdc..55e541d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,8 +35,7 @@ jobs: - name: Install Python dependencies run: | - pip install -r requirements.lock - pip install -r requirements-dev.lock + pip install -r uv.lock - name: Run pytest run: pytest