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
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 31s
This commit is contained in:
parent
55633706a2
commit
9e7ad041b4
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: uv python install
|
run: uv python install
|
||||||
|
|
||||||
- name: Install the project
|
- name: Install the project
|
||||||
run: uv sync --locked --all-extras --dev
|
run: uv sync --locked --all-extras --dev --link-mode=copy
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: PYTHONPATH=$(pwd) uv run pytest tests --junit-xml=pytest-results.xml
|
run: PYTHONPATH=$(pwd) uv run pytest tests --junit-xml=pytest-results.xml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user