From 0e8e69fa4cad2564a1cded8e12bae03fea0a4fb7 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Wed, 29 Oct 2025 17:26:04 +0800 Subject: [PATCH 1/2] fix #2044 Signed-off-by: Yun Liu --- .github/workflows/test-modified.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-modified.yml b/.github/workflows/test-modified.yml index 6f2cccbb9..921a778e0 100644 --- a/.github/workflows/test-modified.yml +++ b/.github/workflows/test-modified.yml @@ -24,6 +24,7 @@ jobs: - name: Install MONAI id: monai-install run: | + find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \; which python python -m pip install -U pip wheel python -m pip install torch torchvision torchaudio From c09fadfca5d491e637bfb6dbf1e1e31e47342327 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Wed, 29 Oct 2025 17:33:32 +0800 Subject: [PATCH 2/2] fix pre-commit Signed-off-by: Yun Liu --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9b7aea62..28ec4d58b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3 ci: autofix_prs: true