diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 08e1865..f81f9f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.11" - uses: yezz123/setup-uv@v4 - - run: uv pip install -r requirements.txt + - run: uv pip install -r requirements.txt --system - run: pytest \ No newline at end of file