diff --git a/.github/workflows/windows_noetic_build.yml b/.github/workflows/windows_noetic_build.yml index 11bc9ab48..884fdd3b7 100644 --- a/.github/workflows/windows_noetic_build.yml +++ b/.github/workflows/windows_noetic_build.yml @@ -41,3 +41,7 @@ jobs: catkin_make_isolated --install --use-nmake --force-cmake --only-pkg-with-deps tesseract_python --cmake-args -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=C:/opt/ros/noetic/x64/python.exe -DPYTHON_LIBRARY=C:/opt/ros/noetic/x64/Lib/python38.lib -DINSTALL_OMPL=ON -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF -DINSTALL_FCL=ON -DINSTALL_BULLET=ON call "D:\a\tesseract_python\tesseract_python\install_isolated\setup.bat" catkin_make_isolated --install --use-nmake --force-cmake --pkg tesseract_python --cmake-args -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=C:/opt/ros/noetic/x64/python.exe -DPYTHON_LIBRARY=C:/opt/ros/noetic/x64/Lib/python38.lib -DTESSERACT_ENABLE_TESTING=ON -DINSTALL_OMPL=ON -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF -DINSTALL_FCL=ON -DINSTALL_BULLET=ON + + install_isolated\setup.bat + set TESSERACT_SUPPORT_DIR=%cd%\install_isolated\share\tesseract_support + cmd /c "cd src\tesseract_python\tesseract_python && python -m pytest -s" \ No newline at end of file