From 04f14813a99ba4bbc408da86cc08844717ac1fca Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:03:41 -0400 Subject: [PATCH] Update build script --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfb8c20..362f720 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,10 +17,6 @@ jobs: with: python-version: 3.8 - - name: Install dependencies - macOS - run: brew install libomp - if: matrix.os == 'macos-latest' - - name: Install dependencies - Windows run: choco install wget if: matrix.os == 'windows-latest'