Skip to content

Commit e1fa539

Browse files
fix
1 parent c4e642d commit e1fa539

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test_onnxruntime_slow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
4747
if: matrix.runs-on == 'ubuntu-22.04'
4848
uses: jlumbroso/free-disk-space@main
4949

50-
- name: Free Disk Space (Windows)
51-
if: matrix.runs-on == 'windows-2022'
52-
run: |
53-
Get-PSDrive -PSProvider FileSystem | Where-Object { $_.Used -gt 0 } | ForEach-Object { $_.Free = 0 }
54-
Get-ChildItem -Path C:\ -Recurse -Force | Where-Object { $_.Attributes -ne "Directory" } | ForEach-Object { $_.Delete() }
55-
5650
- name: Free Disk Space (macOS)
5751
if: matrix.runs-on == 'macos-15'
5852
run: |

0 commit comments

Comments
 (0)