From c57e4e0f2293347211060149af6477121366d6cb Mon Sep 17 00:00:00 2001 From: Jinmei Zheng Date: Tue, 2 Nov 2021 22:55:38 -0700 Subject: [PATCH] Using string for system --- .github/workflows/pr-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index adb13ff8..4a00d5d0 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -25,10 +25,10 @@ jobs: python-version: ${{ matrix.python }} - name: Install JQ on windows run: choco install jq - if: matrix.os == windows-latest + if: matrix.os == 'windows-latest' - name: Install JQ on Macos run: brew install jq - if: matrix.os == macos-latest + if: matrix.os == 'macos-latest' - name: Install dependencies run: | pip install --upgrade 'attrs==19.2.0' wheel -r requirements.txt