We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5adbe commit e28887dCopy full SHA for e28887d
.github/workflows/build-test-windows.yml
@@ -33,6 +33,11 @@ jobs:
33
with:
34
python-version: '3.9'
35
36
+ - name: Clean up old workspaces
37
+ shell: bash
38
+ run: |
39
+ rm -rf /c/gh*
40
+
41
# Copy workspace to a temporary location with a shorter name.
42
- name: Copy workspace
43
run: |
.github/workflows/pip-test-windows.yml
@@ -45,6 +45,11 @@ jobs:
45
46
47
48
49
50
51
52
53
54
55
0 commit comments