diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 48e981cc..4f0837d7 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -39,6 +39,8 @@ jobs: # TODO: remove this disabled option. It was added due to libpng error: # libpng warning: Application built with libpng-1.4.12 but running with 1.6.42 PENGUINV_ENABLE_PNG_SUPPORT: OFF + # TODO: OpenCL does not work on macOS out of the box. Find a proper way to do it. + PENGUINV_BUILD_UNIT_TEST_OPENCL: OFF python_on_windows: runs-on: windows-latest strategy: