diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 0d5a2120c..208fcd8c7 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -26,6 +26,7 @@ jobs: # ubuntu-18.04-gcc-5-tbb, ] + #TODO update wrapper to prevent OOM # build_type: [Debug, Release] build_type: [Release] python_version: [3] @@ -45,6 +46,13 @@ jobs: compiler: clang version: "9" + #NOTE temporarily added this as it is a required check. + - name: ubuntu-18.04-clang-9 + os: ubuntu-18.04 + compiler: clang + version: "9" + build_type: Debug + - name: macOS-10.15-xcode-11.3.1 os: macOS-10.15 compiler: xcode