Skip to content

Commit 1ebc6c1

Browse files
authored
Merge branch 'main' into Can-Zhao-patch-maisi
2 parents f855710 + c4bff94 commit 1ebc6c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.9
2+
python: python3
33

44
ci:
55
autofix_prs: true

0 commit comments

Comments
 (0)