We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c69b3 commit d5b85c6Copy full SHA for d5b85c6
1 file changed
.github/workflows/python-app.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v4
25
with:
26
- python-version: 3.10
+ python-version: "3.10"
27
28
- name: Install torch, torchvision, torchaudio
29
run: |
0 commit comments