From 91abacc5e45abe3476ba5d834a58ae9807dd2558 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Mon, 25 Nov 2024 21:46:27 +0000 Subject: [PATCH] Update test-cm-script-features.yml --- .github/workflows/test-cm-script-features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cm-script-features.yml b/.github/workflows/test-cm-script-features.yml index 75974820bd..b0ede05319 100644 --- a/.github/workflows/test-cm-script-features.yml +++ b/.github/workflows/test-cm-script-features.yml @@ -27,7 +27,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Configure git longpaths (Windows) - if: matrix.os == 'windows-latest' + if: runner.os == 'windows-latest' run: | git config --system core.longpaths true - name: Install dependencies