Skip to content

Commit

Permalink
fix python3.10 can not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Oct 23, 2022
1 parent 95001bc commit 80527de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
include:
- torch: 1.6.0
torchvision: 0.7.0
Expand All @@ -49,17 +49,17 @@ jobs:
- torch: 1.6.0
python-version: 3.9
- torch: 1.6.0
python-version: 3.10
python-version: '3.10'
- torch: 1.7.0
python-version: 3.9
- torch: 1.7.0
python-version: 3.10
python-version: '3.10'
- torch: 1.8.0
python-version: 3.10
python-version: '3.10'
- torch: 1.9.0
python-version: 3.10
python-version: '3.10'
- torch: 1.10.0
python-version: 3.10
python-version: '3.10'
- torch: 1.11.0
python-version: 3.6
- torch: 1.12.0
Expand Down

0 comments on commit 80527de

Please sign in to comment.