From 5ec2179c771843bbf11699f71ddd2b8387f1c709 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Mon, 2 Sep 2024 13:13:35 -0400 Subject: [PATCH] fix quotes --- .github/workflows/pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 28814db9b5ef..b2656e44e74a 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.8 - if: runner.os == "macOS" && runner.arch == "ARM64" + if: runner.os == 'macOS' && runner.arch == 'ARM64' ######################################################################## # flatbuffers @@ -197,7 +197,7 @@ jobs: - name: Debug windows uses: mxschmitt/action-tmate@v3 - if: runner.os == "Windows" + if: runner.os == 'Windows' - name: Build wheels uses: pypa/cibuildwheel@v2.20.0