Skip to content

Commit 2f1a45b

Browse files
committed
Fix version bug
1 parent 842403b commit 2f1a45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.8, 3.9, 3.10]
17+
python-version: ['3.8', '3.9', '3.10']
1818
config:
1919
- { os: ubuntu-latest, torch-version: "torch --index-url https://download.pytorch.org/whl/cpu"}
2020
- { os: windows-latest, torch-version: "torch"}

0 commit comments

Comments
 (0)