From 1696a9713c2766bcd183cc187787bf10b389e81f Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:48:09 -0400 Subject: [PATCH] Update build script --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d804f7c9..b6847b3c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,9 @@ jobs: if: matrix.os == 'macos-latest' - name: Install dependencies - Windows - run: choco install wget + run: | + choco install wget + pip install pybind11 if: matrix.os == 'windows-latest' - name: Build