Skip to content

Commit

Permalink
Fix version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
havakv committed Sep 2, 2024
1 parent 842403b commit 2f1a45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']
config:
- { os: ubuntu-latest, torch-version: "torch --index-url https://download.pytorch.org/whl/cpu"}
- { os: windows-latest, torch-version: "torch"}
Expand Down

0 comments on commit 2f1a45b

Please sign in to comment.