Skip to content

Commit

Permalink
Update test-cm-script-features.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 25, 2024
1 parent 1e4829c commit 91abacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91abacc

Please sign in to comment.