We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f874d commit db54356Copy full SHA for db54356
1 file changed
.github/workflows/test-modified.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python 3.10
21
uses: actions/setup-python@v3
22
with:
23
- python-version: 3.10
+ python-version: '3.10'
24
- name: Install MONAI
25
id: monai-install
26
run: |
0 commit comments