Skip to content

Commit 0e8e69f

Browse files
committed
fix #2044
Signed-off-by: Yun Liu <[email protected]>
1 parent d96190e commit 0e8e69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-modified.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install MONAI
2525
id: monai-install
2626
run: |
27+
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
2728
which python
2829
python -m pip install -U pip wheel
2930
python -m pip install torch torchvision torchaudio

0 commit comments

Comments
 (0)