We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842403b commit 2f1a45bCopy full SHA for 2f1a45b
.github/workflows/pythonpackage.yml
@@ -14,7 +14,7 @@ jobs:
14
max-parallel: 4
15
fail-fast: false
16
matrix:
17
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
18
config:
19
- { os: ubuntu-latest, torch-version: "torch --index-url https://download.pytorch.org/whl/cpu"}
20
- { os: windows-latest, torch-version: "torch"}
0 commit comments