Skip to content

Commit 4c027df

Browse files
authored
Fix GHA YML for slow test workflow
1 parent 4116bda commit 4c027df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/r-python-slow-api-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
steps:
1717
- name: Prevent conversion of line endings on Windows
18-
if: startsWith(matrix.os, 'windows')
19-
shell: pwsh
20-
run: git config --global core.autocrlf false
18+
if: startsWith(matrix.os, 'windows')
19+
shell: pwsh
20+
run: git config --global core.autocrlf false
2121

2222
- name: Checkout repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)