Skip to content

Commit

Permalink
use "editable" mode when pip installing mlos for unit test pipelines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth authored Nov 12, 2020
1 parent fd8ef08 commit ae5ab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Mlos.Cpp.UnitTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set_tests_properties(CheckForMlosSharedMemories PROPERTIES
# Now other test can add "MlosSharedMemoriesChecks" to their
# "FIXTURES_REQUIRED" property to invoke these scripts before/after themselves.
add_test(NAME LocalPipInstallMlos
COMMAND ${PYTHON3} -m pip install ${MLOS_ROOT}/source/Mlos.Python)
COMMAND ${PYTHON3} -m pip install -e ${MLOS_ROOT}/source/Mlos.Python)
add_test(NAME StartMlosOptimizerService
COMMAND ${MLOS_ROOT}/build/CMakeHelpers/BackgroundProcessHelper.sh
start /tmp/mlos_optimizer_microservice.pid /tmp/mlos_optimizer_microservice.log
Expand Down

0 comments on commit ae5ab29

Please sign in to comment.