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.
2 parents f855710 + c4bff94 commit 1ebc6c1Copy full SHA for 1ebc6c1
.github/workflows/test-modified.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install MONAI
25
id: monai-install
26
run: |
27
+ find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
28
which python
29
python -m pip install -U pip wheel
30
python -m pip install torch torchvision torchaudio
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
default_language_version:
2
- python: python3.9
+ python: python3
3
4
ci:
5
autofix_prs: true
0 commit comments