Update test runner configuration to use copy link mode during installation to suppress warning
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 31s

This commit is contained in:
Sam 2025-06-03 20:21:43 -05:00
parent 55633706a2
commit 9e7ad041b4

View File

@ -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