From 9e7ad041b4d8756f1777fca24129bb69f89c39d2 Mon Sep 17 00:00:00 2001 From: Sam <61994039+fourthDimensional@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:21:43 -0500 Subject: [PATCH] Update test runner configuration to use copy link mode during installation to suppress warning --- .gitea/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run_tests.yml b/.gitea/workflows/run_tests.yml index 213cfd7..7b547a7 100644 --- a/.gitea/workflows/run_tests.yml +++ b/.gitea/workflows/run_tests.yml @@ -19,7 +19,7 @@ jobs: run: uv python install - name: Install the project - run: uv sync --locked --all-extras --dev + run: uv sync --locked --all-extras --dev --link-mode=copy - name: Run tests run: PYTHONPATH=$(pwd) uv run pytest tests --junit-xml=pytest-results.xml