From a04b064fb18b1ac08b295a071aa1ba39c03384fa Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 18 Mar 2021 10:34:52 -0400 Subject: [PATCH] temporarily added required check --- .github/workflows/build-python.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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