unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

use --install in installation tests on Windows

Open bratpiorka opened this issue 7 months ago • 1 comments

This is a fix for the failing test_installation.py on Windows, introduced by #1285. The failures are related to the --target install command, which is not properly recognized on Windows. This pull request reverts the installation command to the previous version, which uses --install for Windows.

example of passed Windows Ninja job: https://github.com/oneapi-src/unified-memory-framework/actions/runs/14972212328/job/42055589833?pr=1310

and Windows NMake job: https://github.com/oneapi-src/unified-memory-framework/actions/runs/14972212328/job/42055589878?pr=1310

full nightly run: https://github.com/oneapi-src/unified-memory-framework/actions/runs/15117728112

bratpiorka avatar May 12 '25 08:05 bratpiorka

@ldorau @lukaszstolarczuk ready for re-review

bratpiorka avatar May 20 '25 06:05 bratpiorka