From a3aaaeb8a76f4fad1707ff834e3db0c06dbf3126 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 28 Jul 2022 01:01:12 -0400 Subject: [PATCH] undo CI changes --- .github/workflows/build-python.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 314e46545..5a2e554b1 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -27,7 +27,7 @@ jobs: ] build_type: [Debug, Release] - python_version: [3.7] + python_version: [3] include: - name: ubuntu-18.04-gcc-5 os: ubuntu-18.04 @@ -44,6 +44,14 @@ 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 + python_version: "3" + - name: macOS-11-xcode-13.4.1 os: macOS-11 compiler: xcode @@ -58,10 +66,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.7' - name: Install (Linux) if: runner.os == 'Linux' run: |