From f269f73128848ea9dca2b1b9677f96ddf3e650cd Mon Sep 17 00:00:00 2001 From: LeoGrin Date: Tue, 21 Jan 2025 16:25:51 +0100 Subject: [PATCH] test fix --- .github/workflows/pull_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1d7b9be6..419b1cd5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -112,13 +112,13 @@ jobs: - name: Install dependencies run: | - uv pip install --no-deps . - uv pip install pytest - uv pip install -r requirements.txt + uv pip install --system --no-deps . + uv pip install --system pytest + uv pip install --system -r requirements.txt - name: Initialize submodules run: git submodule update --init --recursive - name: Run Tests run: | - uv run pytest tests/ + pytest tests/