Skip to content

Commit 725ead2

Browse files
authored
SSH Runner Workflow Update (#7822)
* add debug workflow * update
1 parent 26a7851 commit 725ead2

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/ssh-runner.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,10 @@ jobs:
2828
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
2929

3030
steps:
31-
- name: Update clone
32-
working-directory: /diffusers
33-
run: |
34-
git fetch && git checkout ${{ github.sha }}
35-
- name: Cleanup
36-
working-directory: /diffusers
37-
run: |
38-
rm -rf tests/__pycache__
39-
rm -rf tests/models/__pycache__
40-
rm -rf reports
41-
- name: Show installed libraries and their versions
42-
working-directory: /diffusers
43-
run: pip freeze
31+
- name: Checkout diffusers
32+
uses: actions/checkout@v3
33+
with:
34+
fetch-depth: 2
4435

4536
- name: NVIDIA-SMI
4637
run: |

0 commit comments

Comments
 (0)